Shades of Saddle Brown #9B360F
Tints of Saddle Brown #9B360F
RGB
CMYK
RGB Variations
Color information
#9B360F (or 0x9B360F) is known color: Saddle Brown. HEX triplet: 9B, 36 and 0F. RGB value is (155,54,15). Sum of RGB (Red+Green+Blue) = 155+54+15=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B360F is #64C9F0. Grayscale: #505050. Windows color (decimal): -6605297 or 997019. OLE color: 997019.
HSL color Cylindrical-coordinate representation of color #9B360F: hue angle of 16.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B360F is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 54 | 15 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.39 |
| HSL | 16.71º | 0.82% | 0.33% | - |
| HSV(B) | 16.71º | 0.9% | 0.61% | - |
| XYZ | 14.92 | 9.64 | 1.53 | - |
| YUV | 79.75 | 91.46 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 54 | 15 | 0 | 0.65 | 0.90 | 0.39 | 16.71 | 0.82 | 0.33 |
| Hex | 9B | 36 | F | 0 | 41 | 5A | 27 | 11 | 52 | 21 |
| Octal | 233 | 66 | 17 | 0 | 101 | 132 | 47 | 21 | 122 | 41 |
| Binary | 10011011 | 110110 | 1111 | 0 | 1000001 | 1011010 | 100111 | 10001 | 1010010 | 100001 |
Color Harmonies of #9B360F
Complementary color
Monochromatic Colors of #9B360F
Black with #9B360F
Text Example
Text Example
White with #9B360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B360F; }
p { color: rgb(155,54,15); }
H1.HeaderClassName
{
color: #9B360F;
}
.AnyTagClassName
{
color: #9B360F;
}
</style>
background-color css
<style>
a { background-color: #9B360F; }
a { background-color: rgb(155,54,15); }
div.DivClassName
{
background-color: #9B360F;
}
.BgClassName
{
background-color: #9B360F;
}
</style>
border-color css
<style>
span { border-color: #9B360F; }
span { border-color: rgb(155,54,15); }
td.TdClassName
{
border-color: #9B360F;
}
.TagClassName
{
border-color: #9B360F;
}
</style>