Shades of Saddle Brown #855313
Tints of Saddle Brown #855313
RGB
CMYK
RGB Variations
Color information
#855313 (or 0x855313) is known color: Saddle Brown. HEX triplet: 85, 53 and 13. RGB value is (133,83,19). Sum of RGB (Red+Green+Blue) = 133+83+19=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #855313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855313 is #7AACEC. Grayscale: #5A5A5A. Windows color (decimal): -8039661 or 1266565. OLE color: 1266565.
HSL color Cylindrical-coordinate representation of color #855313: hue angle of 33.68º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855313 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 19 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.48 |
| HSL | 33.68º | 0.75% | 0.3% | - |
| HSV(B) | 33.68º | 0.86% | 0.52% | - |
| XYZ | 12.88 | 11.22 | 2.1 | - |
| YUV | 90.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 19 | 0 | 0.38 | 0.86 | 0.48 | 33.68 | 0.75 | 0.3 |
| Hex | 85 | 53 | 13 | 0 | 26 | 56 | 30 | 22 | 4B | 1E |
| Octal | 205 | 123 | 23 | 0 | 46 | 126 | 60 | 42 | 113 | 36 |
| Binary | 10000101 | 1010011 | 10011 | 0 | 100110 | 1010110 | 110000 | 100010 | 1001011 | 11110 |
Color Harmonies of #855313
Complementary color
Monochromatic Colors of #855313
Black with #855313
Text Example
Text Example
White with #855313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855313; }
p { color: rgb(133,83,19); }
H1.HeaderClassName
{
color: #855313;
}
.AnyTagClassName
{
color: #855313;
}
</style>
background-color css
<style>
a { background-color: #855313; }
a { background-color: rgb(133,83,19); }
div.DivClassName
{
background-color: #855313;
}
.BgClassName
{
background-color: #855313;
}
</style>
border-color css
<style>
span { border-color: #855313; }
span { border-color: rgb(133,83,19); }
td.TdClassName
{
border-color: #855313;
}
.TagClassName
{
border-color: #855313;
}
</style>