#8B6018

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

Shades of Golden Brown #8B6018

Tints of Golden Brown #8B6018

Color information

#8B6018 (or 0x8B6018) is unknown color: approx Golden Brown. HEX triplet: 8B, 60 and 18. RGB value is (139,96,24). Sum of RGB (Red+Green+Blue) = 139+96+24=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6018 is #749FE7. Grayscale: #646464. Windows color (decimal): -7643112 or 1597579. OLE color: 1597579.

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

Color convert

RGB1399624-
CMYK00.310.830.45
HSL37.57º70.55%31.96%-
HSV(B)37.57º82.73%54.51%-
XYZ1513.922.76-
YUV100.6584.75155.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 24 (9.77% from 255) = 9.27%
R=53.67%
G=37.07%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139962400.310.830.4537.5770.5531.96
Hex8B601801F532D264720
Octal21314030037123554610740
Binary1000101111000001100001111110100111011011001101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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