#A4540C

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

Shades of Golden Brown #A4540C

Tints of Golden Brown #A4540C

Color information

#A4540C (or 0xA4540C) is unknown color: approx Golden Brown. HEX triplet: A4, 54 and 0C. RGB value is (164,84,12). Sum of RGB (Red+Green+Blue) = 164+84+12=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4540C is #5BABF3. Grayscale: #646464. Windows color (decimal): -6007796 or 808100. OLE color: 808100.

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

Color convert

RGB1648412-
CMYK00.490.930.36
HSL28.42º86.36%34.51%-
HSV(B)28.42º92.68%64.31%-
XYZ18.5514.262.12-
YUV99.7178.5173.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.08%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 12 (5.08% from 255) = 4.62%
R=63.08%
G=32.31%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164841200.490.930.3628.4286.3634.51
HexA454C0315D241c5623
Octal24412414061135443412643
Binary101001001010100110001100011011101100100111001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4540C; }

 p { color: rgb(164,84,12); }

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

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

 a { background-color: rgb(164,84,12); }

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

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

 span { border-color: rgb(164,84,12); }

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