Shades of Saddle Brown #923C08
Tints of Saddle Brown #923C08
RGB
CMYK
RGB Variations
Color information
#923C08 (or 0x923C08) is known color: Saddle Brown. HEX triplet: 92, 3C and 08. RGB value is (146,60,8). Sum of RGB (Red+Green+Blue) = 146+60+8=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #923C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923C08 is #6DC3F7. Grayscale: #505050. Windows color (decimal): -7193592 or 539794. OLE color: 539794.
HSL color Cylindrical-coordinate representation of color #923C08: hue angle of 22.61º 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 #923C08 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 60 | 8 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.43 |
| HSL | 22.61º | 0.9% | 0.3% | - |
| HSV(B) | 22.61º | 0.95% | 0.57% | - |
| XYZ | 13.51 | 9.36 | 1.32 | - |
| YUV | 79.79 | 87.49 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 8 | 0 | 0.59 | 0.95 | 0.43 | 22.61 | 0.9 | 0.3 |
| Hex | 92 | 3C | 8 | 0 | 3B | 5F | 2B | 17 | 5A | 1E |
| Octal | 222 | 74 | 10 | 0 | 73 | 137 | 53 | 27 | 132 | 36 |
| Binary | 10010010 | 111100 | 1000 | 0 | 111011 | 1011111 | 101011 | 10111 | 1011010 | 11110 |
Color Harmonies of #923C08
Complementary color
Monochromatic Colors of #923C08
Black with #923C08
Text Example
Text Example
White with #923C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923C08; }
p { color: rgb(146,60,8); }
H1.HeaderClassName
{
color: #923C08;
}
.AnyTagClassName
{
color: #923C08;
}
</style>
background-color css
<style>
a { background-color: #923C08; }
a { background-color: rgb(146,60,8); }
div.DivClassName
{
background-color: #923C08;
}
.BgClassName
{
background-color: #923C08;
}
</style>
border-color css
<style>
span { border-color: #923C08; }
span { border-color: rgb(146,60,8); }
td.TdClassName
{
border-color: #923C08;
}
.TagClassName
{
border-color: #923C08;
}
</style>