Shades of Saddle Brown #923D12
Tints of Saddle Brown #923D12
RGB
CMYK
RGB Variations
Color information
#923D12 (or 0x923D12) is known color: Saddle Brown. HEX triplet: 92, 3D and 12. RGB value is (146,61,18). Sum of RGB (Red+Green+Blue) = 146+61+18=225 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.89% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 146 - color contains mainly: red. Hex color #923D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923D12 is #6DC2ED. Grayscale: #515151. Windows color (decimal): -7193326 or 1195410. OLE color: 1195410.
HSL color Cylindrical-coordinate representation of color #923D12: hue angle of 20.16º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #923D12 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 61 | 18 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.43 |
| HSL | 20.16º | 0.78% | 0.32% | - |
| HSV(B) | 20.16º | 0.88% | 0.57% | - |
| XYZ | 13.63 | 9.49 | 1.69 | - |
| YUV | 81.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 18 | 0 | 0.58 | 0.88 | 0.43 | 20.16 | 0.78 | 0.32 |
| Hex | 92 | 3D | 12 | 0 | 3A | 58 | 2B | 14 | 4E | 20 |
| Octal | 222 | 75 | 22 | 0 | 72 | 130 | 53 | 24 | 116 | 40 |
| Binary | 10010010 | 111101 | 10010 | 0 | 111010 | 1011000 | 101011 | 10100 | 1001110 | 100000 |
Color Harmonies of #923D12
Complementary color
Monochromatic Colors of #923D12
Black with #923D12
Text Example
Text Example
White with #923D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923D12; }
p { color: rgb(146,61,18); }
H1.HeaderClassName
{
color: #923D12;
}
.AnyTagClassName
{
color: #923D12;
}
</style>
background-color css
<style>
a { background-color: #923D12; }
a { background-color: rgb(146,61,18); }
div.DivClassName
{
background-color: #923D12;
}
.BgClassName
{
background-color: #923D12;
}
</style>
border-color css
<style>
span { border-color: #923D12; }
span { border-color: rgb(146,61,18); }
td.TdClassName
{
border-color: #923D12;
}
.TagClassName
{
border-color: #923D12;
}
</style>