Shades of Saddle Brown #942B06
Tints of Saddle Brown #942B06
RGB
CMYK
RGB Variations
Color information
#942B06 (or 0x942B06) is known color: Saddle Brown. HEX triplet: 94, 2B and 06. RGB value is (148,43,6). Sum of RGB (Red+Green+Blue) = 148+43+6=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #942B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942B06 is #6BD4F9. Grayscale: #464646. Windows color (decimal): -7066874 or 404372. OLE color: 404372.
HSL color Cylindrical-coordinate representation of color #942B06: hue angle of 15.63º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #942B06 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 6 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.42 |
| HSL | 15.63º | 0.92% | 0.3% | - |
| HSV(B) | 15.63º | 0.96% | 0.58% | - |
| XYZ | 13.11 | 8.04 | 1.03 | - |
| YUV | 70.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 6 | 0 | 0.71 | 0.96 | 0.42 | 15.63 | 0.92 | 0.3 |
| Hex | 94 | 2B | 6 | 0 | 47 | 60 | 2A | 10 | 5C | 1E |
| Octal | 224 | 53 | 6 | 0 | 107 | 140 | 52 | 20 | 134 | 36 |
| Binary | 10010100 | 101011 | 110 | 0 | 1000111 | 1100000 | 101010 | 10000 | 1011100 | 11110 |
Color Harmonies of #942B06
Complementary color
Monochromatic Colors of #942B06
Black with #942B06
Text Example
Text Example
White with #942B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B06; }
p { color: rgb(148,43,6); }
H1.HeaderClassName
{
color: #942B06;
}
.AnyTagClassName
{
color: #942B06;
}
</style>
background-color css
<style>
a { background-color: #942B06; }
a { background-color: rgb(148,43,6); }
div.DivClassName
{
background-color: #942B06;
}
.BgClassName
{
background-color: #942B06;
}
</style>
border-color css
<style>
span { border-color: #942B06; }
span { border-color: rgb(148,43,6); }
td.TdClassName
{
border-color: #942B06;
}
.TagClassName
{
border-color: #942B06;
}
</style>