Shades of Saddle Brown #852A02
Tints of Saddle Brown #852A02
RGB
CMYK
RGB Variations
Color information
#852A02 (or 0x852A02) is known color: Saddle Brown. HEX triplet: 85, 2A and 02. RGB value is (133,42,2). Sum of RGB (Red+Green+Blue) = 133+42+2=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #852A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A02 is #7AD5FD. Grayscale: #404040. Windows color (decimal): -8050174 or 141957. OLE color: 141957.
HSL color Cylindrical-coordinate representation of color #852A02: hue angle of 18.32º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #852A02 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 2 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.48 |
| HSL | 18.32º | 0.97% | 0.26% | - |
| HSV(B) | 18.32º | 0.98% | 0.52% | - |
| XYZ | 10.51 | 6.65 | 0.79 | - |
| YUV | 64.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 2 | 0 | 0.68 | 0.98 | 0.48 | 18.32 | 0.97 | 0.26 |
| Hex | 85 | 2A | 2 | 0 | 44 | 62 | 30 | 12 | 61 | 1A |
| Octal | 205 | 52 | 2 | 0 | 104 | 142 | 60 | 22 | 141 | 32 |
| Binary | 10000101 | 101010 | 10 | 0 | 1000100 | 1100010 | 110000 | 10010 | 1100001 | 11010 |
Color Harmonies of #852A02
Complementary color
Monochromatic Colors of #852A02
Black with #852A02
Text Example
Text Example
White with #852A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A02; }
p { color: rgb(133,42,2); }
H1.HeaderClassName
{
color: #852A02;
}
.AnyTagClassName
{
color: #852A02;
}
</style>
background-color css
<style>
a { background-color: #852A02; }
a { background-color: rgb(133,42,2); }
div.DivClassName
{
background-color: #852A02;
}
.BgClassName
{
background-color: #852A02;
}
</style>
border-color css
<style>
span { border-color: #852A02; }
span { border-color: rgb(133,42,2); }
td.TdClassName
{
border-color: #852A02;
}
.TagClassName
{
border-color: #852A02;
}
</style>