#a36f1c

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

Shades of Golden Brown #A36F1C

Tints of Golden Brown #A36F1C

Color information

#A36F1C (or 0xA36F1C) is unknown color: approx Golden Brown. HEX triplet: A3, 6F and 1C. RGB value is (163,111,28). Sum of RGB (Red+Green+Blue) = 163+111+28=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F1C is #5C90E3. Grayscale: #757575. Windows color (decimal): -6066404 or 1863587. OLE color: 1863587.

HSL color Cylindrical-coordinate representation of color #A36F1C: hue angle of 36.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A36F1C is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB16311128-
CMYK00.320.830.36
HSL36.89º70.68%37.45%-
HSV(B)36.89º82.82%63.92%-
XYZ2119.243.71-
YUV117.0977.73160.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 111 (43.75% from 255) = 36.75%
BLUE value IS 28 (11.33% from 255) = 9.27%
R=53.97%
G=36.75%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631112800.320.830.3636.8970.6837.45
HexA36F1C0205324254725
Octal24315734040123444510745
Binary10100011110111111100010000010100111001001001011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36f1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36f1c; }

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

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

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

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

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

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

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

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