#8B6118

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

Shades of Golden Brown #8B6118

Tints of Golden Brown #8B6118

Color information

#8B6118 (or 0x8B6118) is unknown color: approx Golden Brown. HEX triplet: 8B, 61 and 18. RGB value is (139,97,24). Sum of RGB (Red+Green+Blue) = 139+97+24=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6118 is #749EE7. Grayscale: #656565. Windows color (decimal): -7642856 or 1597835. OLE color: 1597835.

HSL color Cylindrical-coordinate representation of color #8B6118: hue angle of 38.09º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B6118 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB1399724-
CMYK00.300.830.45
HSL38.09º70.55%31.96%-
HSV(B)38.09º82.73%54.51%-
XYZ15.0914.12.79-
YUV101.2484.41154.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.46%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 24 (9.77% from 255) = 9.23%
R=53.46%
G=37.31%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139972400.300.830.4538.0970.5531.96
Hex8B611801E532D264720
Octal21314130036123554610740
Binary1000101111000011100001111010100111011011001101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,97,24); }

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

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

 a { background-color: rgb(139,97,24); }

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

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

 span { border-color: rgb(139,97,24); }

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