Shades of Saddle Brown #912B02
Tints of Saddle Brown #912B02
RGB
CMYK
RGB Variations
Color information
#912B02 (or 0x912B02) is known color: Saddle Brown. HEX triplet: 91, 2B and 02. RGB value is (145,43,2). Sum of RGB (Red+Green+Blue) = 145+43+2=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #912B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912B02 is #6ED4FD. Grayscale: #454545. Windows color (decimal): -7263486 or 142225. OLE color: 142225.
HSL color Cylindrical-coordinate representation of color #912B02: hue angle of 17.2º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #912B02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 43 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.43 |
| HSL | 17.2º | 0.97% | 0.29% | - |
| HSV(B) | 17.2º | 0.99% | 0.57% | - |
| XYZ | 12.55 | 7.75 | 0.89 | - |
| YUV | 68.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 43 | 2 | 0 | 0.70 | 0.99 | 0.43 | 17.2 | 0.97 | 0.29 |
| Hex | 91 | 2B | 2 | 0 | 46 | 63 | 2B | 11 | 61 | 1D |
| Octal | 221 | 53 | 2 | 0 | 106 | 143 | 53 | 21 | 141 | 35 |
| Binary | 10010001 | 101011 | 10 | 0 | 1000110 | 1100011 | 101011 | 10001 | 1100001 | 11101 |
Color Harmonies of #912B02
Complementary color
Monochromatic Colors of #912B02
Black with #912B02
Text Example
Text Example
White with #912B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912B02; }
p { color: rgb(145,43,2); }
H1.HeaderClassName
{
color: #912B02;
}
.AnyTagClassName
{
color: #912B02;
}
</style>
background-color css
<style>
a { background-color: #912B02; }
a { background-color: rgb(145,43,2); }
div.DivClassName
{
background-color: #912B02;
}
.BgClassName
{
background-color: #912B02;
}
</style>
border-color css
<style>
span { border-color: #912B02; }
span { border-color: rgb(145,43,2); }
td.TdClassName
{
border-color: #912B02;
}
.TagClassName
{
border-color: #912B02;
}
</style>