Shades of Saddle Brown #914203
Tints of Saddle Brown #914203
RGB
CMYK
RGB Variations
Color information
#914203 (or 0x914203) is known color: Saddle Brown. HEX triplet: 91, 42 and 03. RGB value is (145,66,3). Sum of RGB (Red+Green+Blue) = 145+66+3=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #914203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914203 is #6EBDFC. Grayscale: #525252. Windows color (decimal): -7257597 or 213649. OLE color: 213649.
HSL color Cylindrical-coordinate representation of color #914203: hue angle of 26.62º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #914203 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 3 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.43 |
| HSL | 26.62º | 0.96% | 0.29% | - |
| HSV(B) | 26.62º | 0.98% | 0.57% | - |
| XYZ | 13.64 | 9.92 | 1.28 | - |
| YUV | 82.44 | 83.17 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 3 | 0 | 0.54 | 0.98 | 0.43 | 26.62 | 0.96 | 0.29 |
| Hex | 91 | 42 | 3 | 0 | 36 | 62 | 2B | 1B | 60 | 1D |
| Octal | 221 | 102 | 3 | 0 | 66 | 142 | 53 | 33 | 140 | 35 |
| Binary | 10010001 | 1000010 | 11 | 0 | 110110 | 1100010 | 101011 | 11011 | 1100000 | 11101 |
Color Harmonies of #914203
Complementary color
Monochromatic Colors of #914203
Black with #914203
Text Example
Text Example
White with #914203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914203; }
p { color: rgb(145,66,3); }
H1.HeaderClassName
{
color: #914203;
}
.AnyTagClassName
{
color: #914203;
}
</style>
background-color css
<style>
a { background-color: #914203; }
a { background-color: rgb(145,66,3); }
div.DivClassName
{
background-color: #914203;
}
.BgClassName
{
background-color: #914203;
}
</style>
border-color css
<style>
span { border-color: #914203; }
span { border-color: rgb(145,66,3); }
td.TdClassName
{
border-color: #914203;
}
.TagClassName
{
border-color: #914203;
}
</style>