Shades of Saddle Brown #923D1A
Tints of Saddle Brown #923D1A
RGB
CMYK
RGB Variations
Color information
#923D1A (or 0x923D1A) is known color: Saddle Brown. HEX triplet: 92, 3D and 1A. RGB value is (146,61,26). Sum of RGB (Red+Green+Blue) = 146+61+26=233 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.66% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 146 - color contains mainly: red. Hex color #923D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923D1A is #6DC2E5. Grayscale: #525252. Windows color (decimal): -7193318 or 1719698. OLE color: 1719698.
HSL color Cylindrical-coordinate representation of color #923D1A: hue angle of 17.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #923D1A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 61 | 26 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.43 |
| HSL | 17.5º | 0.7% | 0.34% | - |
| HSV(B) | 17.5º | 0.82% | 0.57% | - |
| XYZ | 13.71 | 9.52 | 2.09 | - |
| YUV | 82.43 | 96.16 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 26 | 0 | 0.58 | 0.82 | 0.43 | 17.5 | 0.7 | 0.34 |
| Hex | 92 | 3D | 1A | 0 | 3A | 52 | 2B | 12 | 46 | 22 |
| Octal | 222 | 75 | 32 | 0 | 72 | 122 | 53 | 22 | 106 | 42 |
| Binary | 10010010 | 111101 | 11010 | 0 | 111010 | 1010010 | 101011 | 10010 | 1000110 | 100010 |
Color Harmonies of #923D1A
Complementary color
Monochromatic Colors of #923D1A
Black with #923D1A
Text Example
Text Example
White with #923D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923D1A; }
p { color: rgb(146,61,26); }
H1.HeaderClassName
{
color: #923D1A;
}
.AnyTagClassName
{
color: #923D1A;
}
</style>
background-color css
<style>
a { background-color: #923D1A; }
a { background-color: rgb(146,61,26); }
div.DivClassName
{
background-color: #923D1A;
}
.BgClassName
{
background-color: #923D1A;
}
</style>
border-color css
<style>
span { border-color: #923D1A; }
span { border-color: rgb(146,61,26); }
td.TdClassName
{
border-color: #923D1A;
}
.TagClassName
{
border-color: #923D1A;
}
</style>