#8B6218

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

Shades of Golden Brown #8B6218

Tints of Golden Brown #8B6218

Color information

#8B6218 (or 0x8B6218) is unknown color: approx Golden Brown. HEX triplet: 8B, 62 and 18. RGB value is (139,98,24). Sum of RGB (Red+Green+Blue) = 139+98+24=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6218 is #749DE7. Grayscale: #666666. Windows color (decimal): -7642600 or 1598091. OLE color: 1598091.

HSL color Cylindrical-coordinate representation of color #8B6218: hue angle of 38.61º 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 #8B6218 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB1399824-
CMYK00.290.830.45
HSL38.61º70.55%31.96%-
HSV(B)38.61º82.73%54.51%-
XYZ15.1814.292.82-
YUV101.8284.08154.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.26%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=53.26%
G=37.55%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139982400.290.830.4538.6170.5531.96
Hex8B621801D532D274720
Octal21314230035123554710740
Binary1000101111000101100001110110100111011011001111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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