#a36f0c

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

Shades of Golden Brown #A36F0C

Tints of Golden Brown #A36F0C

Color information

#A36F0C (or 0xA36F0C) is unknown color: approx Golden Brown. HEX triplet: A3, 6F and 0C. RGB value is (163,111,12). Sum of RGB (Red+Green+Blue) = 163+111+12=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36F0C is #5C90F3. Grayscale: #737373. Windows color (decimal): -6066420 or 815011. OLE color: 815011.

HSL color Cylindrical-coordinate representation of color #A36F0C: hue angle of 39.34º 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 #A36F0C is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB16311112-
CMYK00.320.930.36
HSL39.34º86.29%34.31%-
HSV(B)39.34º92.64%63.92%-
XYZ20.8619.182.95-
YUV115.2669.73162.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.99%
GREEN value IS 111 (43.75% from 255) = 38.81%
BLUE value IS 12 (5.08% from 255) = 4.20%
R=56.99%
G=38.81%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631111200.320.930.3639.3486.2934.31
HexA36FC0205D24275622
Octal24315714040135444712642
Binary1010001111011111100010000010111011001001001111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36f0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36f0c; }

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

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

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

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

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

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

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

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