Shades of Saddle Brown #922F08
Tints of Saddle Brown #922F08
RGB
CMYK
RGB Variations
Color information
#922F08 (or 0x922F08) is known color: Saddle Brown. HEX triplet: 92, 2F and 08. RGB value is (146,47,8). Sum of RGB (Red+Green+Blue) = 146+47+8=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #922F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922F08 is #6DD0F7. Grayscale: #484848. Windows color (decimal): -7196920 or 536466. OLE color: 536466.
HSL color Cylindrical-coordinate representation of color #922F08: hue angle of 16.96º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #922F08 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 47 | 8 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.43 |
| HSL | 16.96º | 0.9% | 0.3% | - |
| HSV(B) | 16.96º | 0.95% | 0.57% | - |
| XYZ | 12.91 | 8.16 | 1.12 | - |
| YUV | 72.16 | 91.8 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 47 | 8 | 0 | 0.68 | 0.95 | 0.43 | 16.96 | 0.9 | 0.3 |
| Hex | 92 | 2F | 8 | 0 | 44 | 5F | 2B | 11 | 5A | 1E |
| Octal | 222 | 57 | 10 | 0 | 104 | 137 | 53 | 21 | 132 | 36 |
| Binary | 10010010 | 101111 | 1000 | 0 | 1000100 | 1011111 | 101011 | 10001 | 1011010 | 11110 |
Color Harmonies of #922F08
Complementary color
Monochromatic Colors of #922F08
Black with #922F08
Text Example
Text Example
White with #922F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922F08; }
p { color: rgb(146,47,8); }
H1.HeaderClassName
{
color: #922F08;
}
.AnyTagClassName
{
color: #922F08;
}
</style>
background-color css
<style>
a { background-color: #922F08; }
a { background-color: rgb(146,47,8); }
div.DivClassName
{
background-color: #922F08;
}
.BgClassName
{
background-color: #922F08;
}
</style>
border-color css
<style>
span { border-color: #922F08; }
span { border-color: rgb(146,47,8); }
td.TdClassName
{
border-color: #922F08;
}
.TagClassName
{
border-color: #922F08;
}
</style>