#a36e0c

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

Shades of Golden Brown #A36E0C

Tints of Golden Brown #A36E0C

Color information

#A36E0C (or 0xA36E0C) is unknown color: approx Golden Brown. HEX triplet: A3, 6E and 0C. RGB value is (163,110,12). Sum of RGB (Red+Green+Blue) = 163+110+12=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36E0C is #5C91F3. Grayscale: #737373. Windows color (decimal): -6066676 or 814755. OLE color: 814755.

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

Color convert

RGB16311012-
CMYK00.330.930.36
HSL38.94º86.29%34.31%-
HSV(B)38.94º92.64%63.92%-
XYZ20.7518.962.91-
YUV114.6770.06162.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.19%
GREEN value IS 110 (43.36% from 255) = 38.60%
BLUE value IS 12 (5.08% from 255) = 4.21%
R=57.19%
G=38.60%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631101200.330.930.3638.9486.2934.31
HexA36EC0215D24275622
Octal24315614041135444712642
Binary1010001111011101100010000110111011001001001111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36e0c; }

 p { color: rgb(163,110,12); }

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

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

 a { background-color: rgb(163,110,12); }

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

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

 span { border-color: rgb(163,110,12); }

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