Shades of Saddle Brown #9B3D02
Tints of Saddle Brown #9B3D02
RGB
CMYK
RGB Variations
Color information
#9B3D02 (or 0x9B3D02) is known color: Saddle Brown. HEX triplet: 9B, 3D and 02. RGB value is (155,61,2). Sum of RGB (Red+Green+Blue) = 155+61+2=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3D02 is #64C2FD. Grayscale: #525252. Windows color (decimal): -6603518 or 146843. OLE color: 146843.
HSL color Cylindrical-coordinate representation of color #9B3D02: hue angle of 23.14º degrees, saturation: 0.97, 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 #9B3D02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 61 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.39 |
| HSL | 23.14º | 0.97% | 0.31% | - |
| HSV(B) | 23.14º | 0.99% | 0.61% | - |
| XYZ | 15.2 | 10.31 | 1.25 | - |
| YUV | 82.38 | 82.64 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 61 | 2 | 0 | 0.61 | 0.99 | 0.39 | 23.14 | 0.97 | 0.31 |
| Hex | 9B | 3D | 2 | 0 | 3D | 63 | 27 | 17 | 61 | 1F |
| Octal | 233 | 75 | 2 | 0 | 75 | 143 | 47 | 27 | 141 | 37 |
| Binary | 10011011 | 111101 | 10 | 0 | 111101 | 1100011 | 100111 | 10111 | 1100001 | 11111 |
Color Harmonies of #9B3D02
Complementary color
Monochromatic Colors of #9B3D02
Black with #9B3D02
Text Example
Text Example
White with #9B3D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3D02; }
p { color: rgb(155,61,2); }
H1.HeaderClassName
{
color: #9B3D02;
}
.AnyTagClassName
{
color: #9B3D02;
}
</style>
background-color css
<style>
a { background-color: #9B3D02; }
a { background-color: rgb(155,61,2); }
div.DivClassName
{
background-color: #9B3D02;
}
.BgClassName
{
background-color: #9B3D02;
}
</style>
border-color css
<style>
span { border-color: #9B3D02; }
span { border-color: rgb(155,61,2); }
td.TdClassName
{
border-color: #9B3D02;
}
.TagClassName
{
border-color: #9B3D02;
}
</style>