Shades of Saddle Brown #922F05
Tints of Saddle Brown #922F05
RGB
CMYK
RGB Variations
Color information
#922F05 (or 0x922F05) is known color: Saddle Brown. HEX triplet: 92, 2F and 05. RGB value is (146,47,5). Sum of RGB (Red+Green+Blue) = 146+47+5=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #922F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922F05 is #6DD0FA. Grayscale: #484848. Windows color (decimal): -7196923 or 339858. OLE color: 339858.
HSL color Cylindrical-coordinate representation of color #922F05: hue angle of 17.87º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #922F05 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 47 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.43 |
| HSL | 17.87º | 0.93% | 0.3% | - |
| HSV(B) | 17.87º | 0.97% | 0.57% | - |
| XYZ | 12.9 | 8.15 | 1.04 | - |
| YUV | 71.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 47 | 5 | 0 | 0.68 | 0.97 | 0.43 | 17.87 | 0.93 | 0.3 |
| Hex | 92 | 2F | 5 | 0 | 44 | 61 | 2B | 12 | 5D | 1E |
| Octal | 222 | 57 | 5 | 0 | 104 | 141 | 53 | 22 | 135 | 36 |
| Binary | 10010010 | 101111 | 101 | 0 | 1000100 | 1100001 | 101011 | 10010 | 1011101 | 11110 |
Color Harmonies of #922F05
Complementary color
Monochromatic Colors of #922F05
Black with #922F05
Text Example
Text Example
White with #922F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922F05; }
p { color: rgb(146,47,5); }
H1.HeaderClassName
{
color: #922F05;
}
.AnyTagClassName
{
color: #922F05;
}
</style>
background-color css
<style>
a { background-color: #922F05; }
a { background-color: rgb(146,47,5); }
div.DivClassName
{
background-color: #922F05;
}
.BgClassName
{
background-color: #922F05;
}
</style>
border-color css
<style>
span { border-color: #922F05; }
span { border-color: rgb(146,47,5); }
td.TdClassName
{
border-color: #922F05;
}
.TagClassName
{
border-color: #922F05;
}
</style>