Shades of Saddle Brown #914A0C
Tints of Saddle Brown #914A0C
RGB
CMYK
RGB Variations
Color information
#914A0C (or 0x914A0C) is known color: Saddle Brown. HEX triplet: 91, 4A and 0C. RGB value is (145,74,12). Sum of RGB (Red+Green+Blue) = 145+74+12=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #914A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914A0C is #6EB5F3. Grayscale: #585858. Windows color (decimal): -7255540 or 805521. OLE color: 805521.
HSL color Cylindrical-coordinate representation of color #914A0C: hue angle of 27.97º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #914A0C is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 74 | 12 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.43 |
| HSL | 27.97º | 0.85% | 0.31% | - |
| HSV(B) | 27.97º | 0.92% | 0.57% | - |
| XYZ | 14.19 | 10.94 | 1.71 | - |
| YUV | 88.16 | 85.02 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 12 | 0 | 0.49 | 0.92 | 0.43 | 27.97 | 0.85 | 0.31 |
| Hex | 91 | 4A | C | 0 | 31 | 5C | 2B | 1C | 55 | 1F |
| Octal | 221 | 112 | 14 | 0 | 61 | 134 | 53 | 34 | 125 | 37 |
| Binary | 10010001 | 1001010 | 1100 | 0 | 110001 | 1011100 | 101011 | 11100 | 1010101 | 11111 |
Color Harmonies of #914A0C
Complementary color
Monochromatic Colors of #914A0C
Black with #914A0C
Text Example
Text Example
White with #914A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914A0C; }
p { color: rgb(145,74,12); }
H1.HeaderClassName
{
color: #914A0C;
}
.AnyTagClassName
{
color: #914A0C;
}
</style>
background-color css
<style>
a { background-color: #914A0C; }
a { background-color: rgb(145,74,12); }
div.DivClassName
{
background-color: #914A0C;
}
.BgClassName
{
background-color: #914A0C;
}
</style>
border-color css
<style>
span { border-color: #914A0C; }
span { border-color: rgb(145,74,12); }
td.TdClassName
{
border-color: #914A0C;
}
.TagClassName
{
border-color: #914A0C;
}
</style>