#A5740C

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

Shades of Golden Brown #A5740C

Tints of Golden Brown #A5740C

Color information

#A5740C (or 0xA5740C) is unknown color: approx Golden Brown. HEX triplet: A5, 74 and 0C. RGB value is (165,116,12). Sum of RGB (Red+Green+Blue) = 165+116+12=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5740C is #5A8BF3. Grayscale: #777777. Windows color (decimal): -5934068 or 816293. OLE color: 816293.

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

Color convert

RGB16511612-
CMYK00.300.930.35
HSL40.78º86.44%34.71%-
HSV(B)40.78º92.73%64.71%-
XYZ21.8320.523.16-
YUV118.7967.73160.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.31%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 12 (5.08% from 255) = 4.10%
R=56.31%
G=39.59%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651161200.300.930.3540.7886.4434.71
HexA574C01E5D23295623
Octal24516414036135435112643
Binary101001011110100110001111010111011000111010011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5740C; }

 p { color: rgb(165,116,12); }

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

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

 a { background-color: rgb(165,116,12); }

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

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

 span { border-color: rgb(165,116,12); }

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