Shades of Saddle Brown #942B00
Tints of Saddle Brown #942B00
RGB
CMYK
RGB Variations
Color information
#942B00 (or 0x942B00) is known color: Saddle Brown. HEX triplet: 94, 2B and 00. RGB value is (148,43,0). Sum of RGB (Red+Green+Blue) = 148+43+0=191 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.49% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 148 - color contains mainly: red. Hex color #942B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942B00 is #6BD4FF. Grayscale: #454545. Windows color (decimal): -7066880 or 11156. OLE color: 11156.
HSL color Cylindrical-coordinate representation of color #942B00: hue angle of 17.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #942B00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.42 |
| HSL | 17.43º | 1% | 0.29% | - |
| HSV(B) | 17.43º | 1% | 0.58% | - |
| XYZ | 13.08 | 8.02 | 0.86 | - |
| YUV | 69.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 0 | 0 | 0.71 | 1 | 0.42 | 17.43 | 1 | 0.29 |
| Hex | 94 | 2B | 0 | 0 | 47 | 64 | 2A | 11 | 64 | 1D |
| Octal | 224 | 53 | 0 | 0 | 107 | 144 | 52 | 21 | 144 | 35 |
| Binary | 10010100 | 101011 | 0 | 0 | 1000111 | 1100100 | 101010 | 10001 | 1100100 | 11101 |
Color Harmonies of #942B00
Complementary color
Monochromatic Colors of #942B00
Black with #942B00
Text Example
Text Example
White with #942B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B00; }
p { color: rgb(148,43,0); }
H1.HeaderClassName
{
color: #942B00;
}
.AnyTagClassName
{
color: #942B00;
}
</style>
background-color css
<style>
a { background-color: #942B00; }
a { background-color: rgb(148,43,0); }
div.DivClassName
{
background-color: #942B00;
}
.BgClassName
{
background-color: #942B00;
}
</style>
border-color css
<style>
span { border-color: #942B00; }
span { border-color: rgb(148,43,0); }
td.TdClassName
{
border-color: #942B00;
}
.TagClassName
{
border-color: #942B00;
}
</style>