Shades of Saddle Brown #942702
Tints of Saddle Brown #942702
RGB
CMYK
RGB Variations
Color information
#942702 (or 0x942702) is known color: Saddle Brown. HEX triplet: 94, 27 and 02. RGB value is (148,39,2). Sum of RGB (Red+Green+Blue) = 148+39+2=189 (25% of max value = 765). Red value is 148 (58.20% from 255 or 78.31% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 148 - color contains mainly: red. Hex color #942702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942702 is #6BD8FD. Grayscale: #434343. Windows color (decimal): -7067902 or 141204. OLE color: 141204.
HSL color Cylindrical-coordinate representation of color #942702: hue angle of 15.21º degrees, saturation: 0.97, 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 #942702 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 39 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.42 |
| HSL | 15.21º | 0.97% | 0.29% | - |
| HSV(B) | 15.21º | 0.99% | 0.58% | - |
| XYZ | 12.95 | 7.75 | 0.87 | - |
| YUV | 67.37 | 91.11 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 2 | 0 | 0.74 | 0.99 | 0.42 | 15.21 | 0.97 | 0.29 |
| Hex | 94 | 27 | 2 | 0 | 4A | 63 | 2A | F | 61 | 1D |
| Octal | 224 | 47 | 2 | 0 | 112 | 143 | 52 | 17 | 141 | 35 |
| Binary | 10010100 | 100111 | 10 | 0 | 1001010 | 1100011 | 101010 | 1111 | 1100001 | 11101 |
Color Harmonies of #942702
Complementary color
Monochromatic Colors of #942702
Black with #942702
Text Example
Text Example
White with #942702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942702; }
p { color: rgb(148,39,2); }
H1.HeaderClassName
{
color: #942702;
}
.AnyTagClassName
{
color: #942702;
}
</style>
background-color css
<style>
a { background-color: #942702; }
a { background-color: rgb(148,39,2); }
div.DivClassName
{
background-color: #942702;
}
.BgClassName
{
background-color: #942702;
}
</style>
border-color css
<style>
span { border-color: #942702; }
span { border-color: rgb(148,39,2); }
td.TdClassName
{
border-color: #942702;
}
.TagClassName
{
border-color: #942702;
}
</style>