Shades of Saddle Brown #9B3A02
Tints of Saddle Brown #9B3A02
RGB
CMYK
RGB Variations
Color information
#9B3A02 (or 0x9B3A02) is known color: Saddle Brown. HEX triplet: 9B, 3A and 02. RGB value is (155,58,2). Sum of RGB (Red+Green+Blue) = 155+58+2=215 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.09% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3A02 is #64C5FD. Grayscale: #505050. Windows color (decimal): -6604286 or 146075. OLE color: 146075.
HSL color Cylindrical-coordinate representation of color #9B3A02: hue angle of 21.96º 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 #9B3A02 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 58 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.39 |
| HSL | 21.96º | 0.97% | 0.31% | - |
| HSV(B) | 21.96º | 0.99% | 0.61% | - |
| XYZ | 15.04 | 10 | 1.19 | - |
| YUV | 80.62 | 83.64 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 58 | 2 | 0 | 0.63 | 0.99 | 0.39 | 21.96 | 0.97 | 0.31 |
| Hex | 9B | 3A | 2 | 0 | 3F | 63 | 27 | 16 | 61 | 1F |
| Octal | 233 | 72 | 2 | 0 | 77 | 143 | 47 | 26 | 141 | 37 |
| Binary | 10011011 | 111010 | 10 | 0 | 111111 | 1100011 | 100111 | 10110 | 1100001 | 11111 |
Color Harmonies of #9B3A02
Complementary color
Monochromatic Colors of #9B3A02
Black with #9B3A02
Text Example
Text Example
White with #9B3A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3A02; }
p { color: rgb(155,58,2); }
H1.HeaderClassName
{
color: #9B3A02;
}
.AnyTagClassName
{
color: #9B3A02;
}
</style>
background-color css
<style>
a { background-color: #9B3A02; }
a { background-color: rgb(155,58,2); }
div.DivClassName
{
background-color: #9B3A02;
}
.BgClassName
{
background-color: #9B3A02;
}
</style>
border-color css
<style>
span { border-color: #9B3A02; }
span { border-color: rgb(155,58,2); }
td.TdClassName
{
border-color: #9B3A02;
}
.TagClassName
{
border-color: #9B3A02;
}
</style>