Shades of Tall Poppy #853D3B
Tints of Tall Poppy #853D3B
RGB
CMYK
RGB Variations
Color information
#853D3B (or 0x853D3B) is known color: Tall Poppy. HEX triplet: 85, 3D and 3B. RGB value is (133,61,59). Sum of RGB (Red+Green+Blue) = 133+61+59=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #853D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D3B is #7AC2C4. Grayscale: #525252. Windows color (decimal): -8045253 or 3882373. OLE color: 3882373.
HSL color Cylindrical-coordinate representation of color #853D3B: hue angle of 1.62º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853D3B is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 59 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.48 |
| HSL | 1.62º | 0.39% | 0.38% | - |
| HSV(B) | 1.62º | 0.56% | 0.52% | - |
| XYZ | 12.13 | 8.64 | 5.17 | - |
| YUV | 82.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 59 | 0 | 0.54 | 0.56 | 0.48 | 1.62 | 0.39 | 0.38 |
| Hex | 85 | 3D | 3B | 0 | 36 | 38 | 30 | 2 | 27 | 26 |
| Octal | 205 | 75 | 73 | 0 | 66 | 70 | 60 | 2 | 47 | 46 |
| Binary | 10000101 | 111101 | 111011 | 0 | 110110 | 111000 | 110000 | 10 | 100111 | 100110 |
Color Harmonies of #853D3B
Complementary color
Monochromatic Colors of #853D3B
Black with #853D3B
Text Example
Text Example
White with #853D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D3B; }
p { color: rgb(133,61,59); }
H1.HeaderClassName
{
color: #853D3B;
}
.AnyTagClassName
{
color: #853D3B;
}
</style>
background-color css
<style>
a { background-color: #853D3B; }
a { background-color: rgb(133,61,59); }
div.DivClassName
{
background-color: #853D3B;
}
.BgClassName
{
background-color: #853D3B;
}
</style>
border-color css
<style>
span { border-color: #853D3B; }
span { border-color: rgb(133,61,59); }
td.TdClassName
{
border-color: #853D3B;
}
.TagClassName
{
border-color: #853D3B;
}
</style>