#8B5C06

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

Shades of Golden Brown #8B5C06

Tints of Golden Brown #8B5C06

Color information

#8B5C06 (or 0x8B5C06) is unknown color: approx Golden Brown. HEX triplet: 8B, 5C and 06. RGB value is (139,92,6). Sum of RGB (Red+Green+Blue) = 139+92+6=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5C06 is #74A3F9. Grayscale: #606060. Windows color (decimal): -7644154 or 416907. OLE color: 416907.

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

Color convert

RGB139926-
CMYK00.340.960.45
HSL38.8º91.72%28.43%-
HSV(B)38.8º95.68%54.51%-
XYZ14.5113.161.95-
YUV96.2577.07158.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.65%
GREEN value IS 92 (36.33% from 255) = 38.82%
BLUE value IS 6 (2.73% from 255) = 2.53%
R=58.65%
G=38.82%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13992600.340.960.4538.891.7228.43
Hex8B5C6022602D275c1c
Octal2131346042140554713434
Binary10001011101110011001000101100000101101100111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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