Shades of Saddle Brown #9B2E01
Tints of Saddle Brown #9B2E01
RGB
CMYK
RGB Variations
Color information
#9B2E01 (or 0x9B2E01) is known color: Saddle Brown. HEX triplet: 9B, 2E and 01. RGB value is (155,46,1). Sum of RGB (Red+Green+Blue) = 155+46+1=202 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.73% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2E01 is #64D1FE. Grayscale: #494949. Windows color (decimal): -6607359 or 77467. OLE color: 77467.
HSL color Cylindrical-coordinate representation of color #9B2E01: hue angle of 17.53º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B2E01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 46 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.39 |
| HSL | 17.53º | 0.99% | 0.31% | - |
| HSV(B) | 17.53º | 0.99% | 0.61% | - |
| XYZ | 14.5 | 8.92 | 0.99 | - |
| YUV | 73.46 | 87.11 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 46 | 1 | 0 | 0.70 | 0.99 | 0.39 | 17.53 | 0.99 | 0.31 |
| Hex | 9B | 2E | 1 | 0 | 46 | 63 | 27 | 12 | 63 | 1F |
| Octal | 233 | 56 | 1 | 0 | 106 | 143 | 47 | 22 | 143 | 37 |
| Binary | 10011011 | 101110 | 1 | 0 | 1000110 | 1100011 | 100111 | 10010 | 1100011 | 11111 |
Color Harmonies of #9B2E01
Complementary color
Monochromatic Colors of #9B2E01
Black with #9B2E01
Text Example
Text Example
White with #9B2E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2E01; }
p { color: rgb(155,46,1); }
H1.HeaderClassName
{
color: #9B2E01;
}
.AnyTagClassName
{
color: #9B2E01;
}
</style>
background-color css
<style>
a { background-color: #9B2E01; }
a { background-color: rgb(155,46,1); }
div.DivClassName
{
background-color: #9B2E01;
}
.BgClassName
{
background-color: #9B2E01;
}
</style>
border-color css
<style>
span { border-color: #9B2E01; }
span { border-color: rgb(155,46,1); }
td.TdClassName
{
border-color: #9B2E01;
}
.TagClassName
{
border-color: #9B2E01;
}
</style>