Shades of Saddle Brown #942C08
Tints of Saddle Brown #942C08
RGB
CMYK
RGB Variations
Color information
#942C08 (or 0x942C08) is known color: Saddle Brown. HEX triplet: 94, 2C and 08. RGB value is (148,44,8). Sum of RGB (Red+Green+Blue) = 148+44+8=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #942C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942C08 is #6BD3F7. Grayscale: #474747. Windows color (decimal): -7066616 or 535700. OLE color: 535700.
HSL color Cylindrical-coordinate representation of color #942C08: hue angle of 15.43º 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 #942C08 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 8 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.42 |
| HSL | 15.43º | 0.9% | 0.31% | - |
| HSV(B) | 15.43º | 0.95% | 0.58% | - |
| XYZ | 13.16 | 8.11 | 1.1 | - |
| YUV | 70.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 8 | 0 | 0.70 | 0.95 | 0.42 | 15.43 | 0.9 | 0.31 |
| Hex | 94 | 2C | 8 | 0 | 46 | 5F | 2A | F | 5A | 1F |
| Octal | 224 | 54 | 10 | 0 | 106 | 137 | 52 | 17 | 132 | 37 |
| Binary | 10010100 | 101100 | 1000 | 0 | 1000110 | 1011111 | 101010 | 1111 | 1011010 | 11111 |
Color Harmonies of #942C08
Complementary color
Monochromatic Colors of #942C08
Black with #942C08
Text Example
Text Example
White with #942C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C08; }
p { color: rgb(148,44,8); }
H1.HeaderClassName
{
color: #942C08;
}
.AnyTagClassName
{
color: #942C08;
}
</style>
background-color css
<style>
a { background-color: #942C08; }
a { background-color: rgb(148,44,8); }
div.DivClassName
{
background-color: #942C08;
}
.BgClassName
{
background-color: #942C08;
}
</style>
border-color css
<style>
span { border-color: #942C08; }
span { border-color: rgb(148,44,8); }
td.TdClassName
{
border-color: #942C08;
}
.TagClassName
{
border-color: #942C08;
}
</style>