#A36C0D

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

Shades of Golden Brown #A36C0D

Tints of Golden Brown #A36C0D

Color information

#A36C0D (or 0xA36C0D) is unknown color: approx Golden Brown. HEX triplet: A3, 6C and 0D. RGB value is (163,108,13). Sum of RGB (Red+Green+Blue) = 163+108+13=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36C0D is #5C93F2. Grayscale: #727272. Windows color (decimal): -6067187 or 879779. OLE color: 879779.

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

Color convert

RGB16310813-
CMYK00.340.920.36
HSL38º85.23%34.51%-
HSV(B)38º92.02%63.92%-
XYZ20.5418.542.88-
YUV113.6171.22163.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.39%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 13 (5.47% from 255) = 4.58%
R=57.39%
G=38.03%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631081300.340.920.363885.2334.51
HexA36CD0225C24265523
Octal24315415042134444612543
Binary1010001111011001101010001010111001001001001101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C0D; }

 p { color: rgb(163,108,13); }

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

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

 a { background-color: rgb(163,108,13); }

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

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

 span { border-color: rgb(163,108,13); }

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