Shades of Saddle Brown #942F01
Tints of Saddle Brown #942F01
RGB
CMYK
RGB Variations
Color information
#942F01 (or 0x942F01) is known color: Saddle Brown. HEX triplet: 94, 2F and 01. RGB value is (148,47,1). Sum of RGB (Red+Green+Blue) = 148+47+1=196 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.51% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 148 - color contains mainly: red. Hex color #942F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F01 is #6BD0FE. Grayscale: #484848. Windows color (decimal): -7065855 or 77716. OLE color: 77716.
HSL color Cylindrical-coordinate representation of color #942F01: hue angle of 18.78º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #942F01 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.42 |
| HSL | 18.78º | 0.99% | 0.29% | - |
| HSV(B) | 18.78º | 0.99% | 0.58% | - |
| XYZ | 13.23 | 8.33 | 0.94 | - |
| YUV | 71.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 1 | 0 | 0.68 | 0.99 | 0.42 | 18.78 | 0.99 | 0.29 |
| Hex | 94 | 2F | 1 | 0 | 44 | 63 | 2A | 13 | 63 | 1D |
| Octal | 224 | 57 | 1 | 0 | 104 | 143 | 52 | 23 | 143 | 35 |
| Binary | 10010100 | 101111 | 1 | 0 | 1000100 | 1100011 | 101010 | 10011 | 1100011 | 11101 |
Color Harmonies of #942F01
Complementary color
Monochromatic Colors of #942F01
Black with #942F01
Text Example
Text Example
White with #942F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F01; }
p { color: rgb(148,47,1); }
H1.HeaderClassName
{
color: #942F01;
}
.AnyTagClassName
{
color: #942F01;
}
</style>
background-color css
<style>
a { background-color: #942F01; }
a { background-color: rgb(148,47,1); }
div.DivClassName
{
background-color: #942F01;
}
.BgClassName
{
background-color: #942F01;
}
</style>
border-color css
<style>
span { border-color: #942F01; }
span { border-color: rgb(148,47,1); }
td.TdClassName
{
border-color: #942F01;
}
.TagClassName
{
border-color: #942F01;
}
</style>