#8A5C06

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

Shades of Golden Brown #8A5C06

Tints of Golden Brown #8A5C06

Color information

#8A5C06 (or 0x8A5C06) is unknown color: approx Golden Brown. HEX triplet: 8A, 5C and 06. RGB value is (138,92,6). Sum of RGB (Red+Green+Blue) = 138+92+6=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5C06 is #75A3F9. Grayscale: #606060. Windows color (decimal): -7709690 or 416906. OLE color: 416906.

HSL color Cylindrical-coordinate representation of color #8A5C06: hue angle of 39.09º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A5C06 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB138926-
CMYK00.330.960.46
HSL39.09º91.67%28.24%-
HSV(B)39.09º95.65%54.12%-
XYZ14.3413.071.94-
YUV95.9577.24157.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.47%
GREEN value IS 92 (36.33% from 255) = 38.98%
BLUE value IS 6 (2.73% from 255) = 2.54%
R=58.47%
G=38.98%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13892600.330.960.4639.0991.6728.24
Hex8A5C6021602E275c1c
Octal2121346041140564713434
Binary10001010101110011001000011100000101110100111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A5C06; }

 p { color: rgb(138,92,6); }

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

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

 a { background-color: rgb(138,92,6); }

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

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

 span { border-color: rgb(138,92,6); }

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