Shades of Saddle Brown #942D08
Tints of Saddle Brown #942D08
RGB
CMYK
RGB Variations
Color information
#942D08 (or 0x942D08) is known color: Saddle Brown. HEX triplet: 94, 2D and 08. RGB value is (148,45,8). Sum of RGB (Red+Green+Blue) = 148+45+8=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #942D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942D08 is #6BD2F7. Grayscale: #474747. Windows color (decimal): -7066360 or 535956. OLE color: 535956.
HSL color Cylindrical-coordinate representation of color #942D08: hue angle of 15.86º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #942D08 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 8 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.42 |
| HSL | 15.86º | 0.9% | 0.31% | - |
| HSV(B) | 15.86º | 0.95% | 0.58% | - |
| XYZ | 13.19 | 8.19 | 1.12 | - |
| YUV | 71.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 8 | 0 | 0.70 | 0.95 | 0.42 | 15.86 | 0.9 | 0.31 |
| Hex | 94 | 2D | 8 | 0 | 46 | 5F | 2A | 10 | 5A | 1F |
| Octal | 224 | 55 | 10 | 0 | 106 | 137 | 52 | 20 | 132 | 37 |
| Binary | 10010100 | 101101 | 1000 | 0 | 1000110 | 1011111 | 101010 | 10000 | 1011010 | 11111 |
Color Harmonies of #942D08
Complementary color
Monochromatic Colors of #942D08
Black with #942D08
Text Example
Text Example
White with #942D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D08; }
p { color: rgb(148,45,8); }
H1.HeaderClassName
{
color: #942D08;
}
.AnyTagClassName
{
color: #942D08;
}
</style>
background-color css
<style>
a { background-color: #942D08; }
a { background-color: rgb(148,45,8); }
div.DivClassName
{
background-color: #942D08;
}
.BgClassName
{
background-color: #942D08;
}
</style>
border-color css
<style>
span { border-color: #942D08; }
span { border-color: rgb(148,45,8); }
td.TdClassName
{
border-color: #942D08;
}
.TagClassName
{
border-color: #942D08;
}
</style>