#a36b1d

Color #A36B1D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A36B1D

Tints of Golden Brown #A36B1D

Color information

#A36B1D (or 0xA36B1D) is unknown color: approx Golden Brown. HEX triplet: A3, 6B and 1D. RGB value is (163,107,29). Sum of RGB (Red+Green+Blue) = 163+107+29=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36B1D is #5C94E2. Grayscale: #737373. Windows color (decimal): -6067427 or 1928099. OLE color: 1928099.

HSL color Cylindrical-coordinate representation of color #A36B1D: hue angle of 34.93º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A36B1D is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB16310729-
CMYK00.340.820.36
HSL34.93º69.79%37.65%-
HSV(B)34.93º82.21%63.92%-
XYZ20.5818.393.63-
YUV114.8579.55162.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 29 (11.72% from 255) = 9.70%
R=54.52%
G=35.79%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631072900.340.820.3634.9369.7937.65
HexA36B1D0225224234626
Octal24315335042122444310646
Binary10100011110101111101010001010100101001001000111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36b1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36b1d; }

 p { color: rgb(163,107,29); }

 H1.HeaderClassName
 {
   color: #a36b1d;
 }
 .AnyTagClassName
 {
   color: #a36b1d;
 }
</style>
background-color css

<style>
 a { background-color: #a36b1d; }

 a { background-color: rgb(163,107,29); }

 div.DivClassName
 {
   background-color: #a36b1d;
 }
 .BgClassName
 {
   background-color: #a36b1d;
 }
</style>
border-color css

<style>
 span { border-color: #a36b1d; }

 span { border-color: rgb(163,107,29); }

 td.TdClassName
 {
   border-color: #a36b1d;
 }
 .TagClassName
 {
   border-color: #a36b1d;
 }
</style>