Shades of Golden Brown #8B6502
Tints of Golden Brown #8B6502
RGB
CMYK
RGB Variations
Color information
#8B6502 (or 0x8B6502) is known color: Golden Brown. HEX triplet: 8B, 65 and 02. RGB value is (139,101,2). Sum of RGB (Red+Green+Blue) = 139+101+2=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6502 is #749AFD. Grayscale: #656565. Windows color (decimal): -7641854 or 157067. OLE color: 157067.
HSL color Cylindrical-coordinate representation of color #8B6502: hue angle of 43.36º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B6502 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.45 |
| HSL | 43.36º | 0.97% | 0.28% | - |
| HSV(B) | 43.36º | 0.99% | 0.55% | - |
| XYZ | 15.31 | 14.8 | 2.11 | - |
| YUV | 101.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 2 | 0 | 0.27 | 0.99 | 0.45 | 43.36 | 0.97 | 0.28 |
| Hex | 8B | 65 | 2 | 0 | 1B | 63 | 2D | 2B | 61 | 1C |
| Octal | 213 | 145 | 2 | 0 | 33 | 143 | 55 | 53 | 141 | 34 |
| Binary | 10001011 | 1100101 | 10 | 0 | 11011 | 1100011 | 101101 | 101011 | 1100001 | 11100 |
Color Harmonies of #8B6502
Complementary color
Monochromatic Colors of #8B6502
Black with #8B6502
Text Example
Text Example
White with #8B6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6502; }
p { color: rgb(139,101,2); }
H1.HeaderClassName
{
color: #8B6502;
}
.AnyTagClassName
{
color: #8B6502;
}
</style>
background-color css
<style>
a { background-color: #8B6502; }
a { background-color: rgb(139,101,2); }
div.DivClassName
{
background-color: #8B6502;
}
.BgClassName
{
background-color: #8B6502;
}
</style>
border-color css
<style>
span { border-color: #8B6502; }
span { border-color: rgb(139,101,2); }
td.TdClassName
{
border-color: #8B6502;
}
.TagClassName
{
border-color: #8B6502;
}
</style>