Shades of Burnham #204135
Tints of Burnham #204135
RGB
CMYK
RGB Variations
Color information
#204135 (or 0x204135) is known color: Burnham. HEX triplet: 20, 41 and 35. RGB value is (32,65,53). Sum of RGB (Red+Green+Blue) = 32+65+53=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #204135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204135 is #DFBECA. Grayscale: #353535. Windows color (decimal): -14663371 or 3490080. OLE color: 3490080.
HSL color Cylindrical-coordinate representation of color #204135: hue angle of 158.18º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #204135 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 65 | 53 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.75 |
| HSL | 158.18º | 0.34% | 0.19% | - |
| HSV(B) | 158.18º | 0.51% | 0.25% | - |
| XYZ | 3.13 | 4.34 | 4.04 | - |
| YUV | 53.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 53 | 0.51 | 0 | 0.18 | 0.75 | 158.18 | 0.34 | 0.19 |
| Hex | 20 | 41 | 35 | 33 | 0 | 12 | 4B | 9E | 22 | 13 |
| Octal | 40 | 101 | 65 | 63 | 0 | 22 | 113 | 236 | 42 | 23 |
| Binary | 100000 | 1000001 | 110101 | 110011 | 0 | 10010 | 1001011 | 10011110 | 100010 | 10011 |
Color Harmonies of #204135
Complementary color
Monochromatic Colors of #204135
Black with #204135
Text Example
Text Example
White with #204135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204135; }
p { color: rgb(32,65,53); }
H1.HeaderClassName
{
color: #204135;
}
.AnyTagClassName
{
color: #204135;
}
</style>
background-color css
<style>
a { background-color: #204135; }
a { background-color: rgb(32,65,53); }
div.DivClassName
{
background-color: #204135;
}
.BgClassName
{
background-color: #204135;
}
</style>
border-color css
<style>
span { border-color: #204135; }
span { border-color: rgb(32,65,53); }
td.TdClassName
{
border-color: #204135;
}
.TagClassName
{
border-color: #204135;
}
</style>