Shades of Saddle Brown #92430D
Tints of Saddle Brown #92430D
RGB
CMYK
RGB Variations
Color information
#92430D (or 0x92430D) is known color: Saddle Brown. HEX triplet: 92, 43 and 0D. RGB value is (146,67,13). Sum of RGB (Red+Green+Blue) = 146+67+13=226 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.60% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 146 - color contains mainly: red. Hex color #92430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92430D is #6DBCF2. Grayscale: #545454. Windows color (decimal): -7191795 or 869266. OLE color: 869266.
HSL color Cylindrical-coordinate representation of color #92430D: hue angle of 24.36º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92430D is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 67 | 13 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.43 |
| HSL | 24.36º | 0.84% | 0.31% | - |
| HSV(B) | 24.36º | 0.91% | 0.57% | - |
| XYZ | 13.93 | 10.15 | 1.61 | - |
| YUV | 84.47 | 87.67 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 67 | 13 | 0 | 0.54 | 0.91 | 0.43 | 24.36 | 0.84 | 0.31 |
| Hex | 92 | 43 | D | 0 | 36 | 5B | 2B | 18 | 54 | 1F |
| Octal | 222 | 103 | 15 | 0 | 66 | 133 | 53 | 30 | 124 | 37 |
| Binary | 10010010 | 1000011 | 1101 | 0 | 110110 | 1011011 | 101011 | 11000 | 1010100 | 11111 |
Color Harmonies of #92430D
Complementary color
Monochromatic Colors of #92430D
Black with #92430D
Text Example
Text Example
White with #92430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92430D; }
p { color: rgb(146,67,13); }
H1.HeaderClassName
{
color: #92430D;
}
.AnyTagClassName
{
color: #92430D;
}
</style>
background-color css
<style>
a { background-color: #92430D; }
a { background-color: rgb(146,67,13); }
div.DivClassName
{
background-color: #92430D;
}
.BgClassName
{
background-color: #92430D;
}
</style>
border-color css
<style>
span { border-color: #92430D; }
span { border-color: rgb(146,67,13); }
td.TdClassName
{
border-color: #92430D;
}
.TagClassName
{
border-color: #92430D;
}
</style>