#a4760d

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

Shades of Golden Brown #A4760D

Tints of Golden Brown #A4760D

Color information

#A4760D (or 0xA4760D) is unknown color: approx Golden Brown. HEX triplet: A4, 76 and 0D. RGB value is (164,118,13). Sum of RGB (Red+Green+Blue) = 164+118+13=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4760D is #5B89F2. Grayscale: #787878. Windows color (decimal): -5999091 or 882340. OLE color: 882340.

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

Color convert

RGB16411813-
CMYK00.280.920.36
HSL41.72º85.31%34.71%-
HSV(B)41.72º92.07%64.31%-
XYZ21.8620.883.26-
YUV119.7867.74159.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 13 (5.47% from 255) = 4.41%
R=55.59%
G=40%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641181300.280.920.3641.7285.3134.71
HexA476D01C5C242a5523
Octal24416615034134445212543
Binary101001001110110110101110010111001001001010101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4760d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4760d; }

 p { color: rgb(164,118,13); }

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

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

 a { background-color: rgb(164,118,13); }

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

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

 span { border-color: rgb(164,118,13); }

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