Shades of Saddle Brown #892C02
Tints of Saddle Brown #892C02
RGB
CMYK
RGB Variations
Color information
#892C02 (or 0x892C02) is known color: Saddle Brown. HEX triplet: 89, 2C and 02. RGB value is (137,44,2). Sum of RGB (Red+Green+Blue) = 137+44+2=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #892C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892C02 is #76D3FD. Grayscale: #434343. Windows color (decimal): -7787518 or 142473. OLE color: 142473.
HSL color Cylindrical-coordinate representation of color #892C02: hue angle of 18.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #892C02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 44 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.46 |
| HSL | 18.67º | 0.97% | 0.27% | - |
| HSV(B) | 18.67º | 0.99% | 0.54% | - |
| XYZ | 11.23 | 7.12 | 0.84 | - |
| YUV | 67.02 | 91.31 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 2 | 0 | 0.68 | 0.99 | 0.46 | 18.67 | 0.97 | 0.27 |
| Hex | 89 | 2C | 2 | 0 | 44 | 63 | 2E | 13 | 61 | 1B |
| Octal | 211 | 54 | 2 | 0 | 104 | 143 | 56 | 23 | 141 | 33 |
| Binary | 10001001 | 101100 | 10 | 0 | 1000100 | 1100011 | 101110 | 10011 | 1100001 | 11011 |
Color Harmonies of #892C02
Complementary color
Monochromatic Colors of #892C02
Black with #892C02
Text Example
Text Example
White with #892C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892C02; }
p { color: rgb(137,44,2); }
H1.HeaderClassName
{
color: #892C02;
}
.AnyTagClassName
{
color: #892C02;
}
</style>
background-color css
<style>
a { background-color: #892C02; }
a { background-color: rgb(137,44,2); }
div.DivClassName
{
background-color: #892C02;
}
.BgClassName
{
background-color: #892C02;
}
</style>
border-color css
<style>
span { border-color: #892C02; }
span { border-color: rgb(137,44,2); }
td.TdClassName
{
border-color: #892C02;
}
.TagClassName
{
border-color: #892C02;
}
</style>