Shades of Saddle Brown #945002
Tints of Saddle Brown #945002
RGB
CMYK
RGB Variations
Color information
#945002 (or 0x945002) is known color: Saddle Brown. HEX triplet: 94, 50 and 02. RGB value is (148,80,2). Sum of RGB (Red+Green+Blue) = 148+80+2=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #945002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945002 is #6BAFFD. Grayscale: #5B5B5B. Windows color (decimal): -7057406 or 151700. OLE color: 151700.
HSL color Cylindrical-coordinate representation of color #945002: hue angle of 32.05º 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 #945002 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 80 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.42 |
| HSL | 32.05º | 0.97% | 0.29% | - |
| HSV(B) | 32.05º | 0.99% | 0.58% | - |
| XYZ | 15.09 | 12.04 | 1.59 | - |
| YUV | 91.44 | 77.53 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 2 | 0 | 0.46 | 0.99 | 0.42 | 32.05 | 0.97 | 0.29 |
| Hex | 94 | 50 | 2 | 0 | 2E | 63 | 2A | 20 | 61 | 1D |
| Octal | 224 | 120 | 2 | 0 | 56 | 143 | 52 | 40 | 141 | 35 |
| Binary | 10010100 | 1010000 | 10 | 0 | 101110 | 1100011 | 101010 | 100000 | 1100001 | 11101 |
Color Harmonies of #945002
Complementary color
Monochromatic Colors of #945002
Black with #945002
Text Example
Text Example
White with #945002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945002; }
p { color: rgb(148,80,2); }
H1.HeaderClassName
{
color: #945002;
}
.AnyTagClassName
{
color: #945002;
}
</style>
background-color css
<style>
a { background-color: #945002; }
a { background-color: rgb(148,80,2); }
div.DivClassName
{
background-color: #945002;
}
.BgClassName
{
background-color: #945002;
}
</style>
border-color css
<style>
span { border-color: #945002; }
span { border-color: rgb(148,80,2); }
td.TdClassName
{
border-color: #945002;
}
.TagClassName
{
border-color: #945002;
}
</style>