Shades of Saddle Brown #945302
Tints of Saddle Brown #945302
RGB
CMYK
RGB Variations
Color information
#945302 (or 0x945302) is known color: Saddle Brown. HEX triplet: 94, 53 and 02. RGB value is (148,83,2). Sum of RGB (Red+Green+Blue) = 148+83+2=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #945302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945302 is #6BACFD. Grayscale: #5D5D5D. Windows color (decimal): -7056638 or 152468. OLE color: 152468.
HSL color Cylindrical-coordinate representation of color #945302: hue angle of 33.29º 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 #945302 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.42 |
| HSL | 33.29º | 0.97% | 0.29% | - |
| HSV(B) | 33.29º | 0.99% | 0.58% | - |
| XYZ | 15.32 | 12.49 | 1.66 | - |
| YUV | 93.2 | 76.53 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 2 | 0 | 0.44 | 0.99 | 0.42 | 33.29 | 0.97 | 0.29 |
| Hex | 94 | 53 | 2 | 0 | 2C | 63 | 2A | 21 | 61 | 1D |
| Octal | 224 | 123 | 2 | 0 | 54 | 143 | 52 | 41 | 141 | 35 |
| Binary | 10010100 | 1010011 | 10 | 0 | 101100 | 1100011 | 101010 | 100001 | 1100001 | 11101 |
Color Harmonies of #945302
Complementary color
Monochromatic Colors of #945302
Black with #945302
Text Example
Text Example
White with #945302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945302; }
p { color: rgb(148,83,2); }
H1.HeaderClassName
{
color: #945302;
}
.AnyTagClassName
{
color: #945302;
}
</style>
background-color css
<style>
a { background-color: #945302; }
a { background-color: rgb(148,83,2); }
div.DivClassName
{
background-color: #945302;
}
.BgClassName
{
background-color: #945302;
}
</style>
border-color css
<style>
span { border-color: #945302; }
span { border-color: rgb(148,83,2); }
td.TdClassName
{
border-color: #945302;
}
.TagClassName
{
border-color: #945302;
}
</style>