Shades of Burnham #204335
Tints of Burnham #204335
RGB
CMYK
RGB Variations
Color information
#204335 (or 0x204335) is known color: Burnham. HEX triplet: 20, 43 and 35. RGB value is (32,67,53). Sum of RGB (Red+Green+Blue) = 32+67+53=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #204335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204335 is #DFBCCA. Grayscale: #363636. Windows color (decimal): -14662859 or 3490592. OLE color: 3490592.
HSL color Cylindrical-coordinate representation of color #204335: hue angle of 156º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #204335 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 53 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.74 |
| HSL | 156º | 0.35% | 0.19% | - |
| HSV(B) | 156º | 0.52% | 0.26% | - |
| XYZ | 3.25 | 4.58 | 4.08 | - |
| YUV | 54.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 53 | 0.52 | 0 | 0.21 | 0.74 | 156 | 0.35 | 0.19 |
| Hex | 20 | 43 | 35 | 34 | 0 | 15 | 4A | 9C | 23 | 13 |
| Octal | 40 | 103 | 65 | 64 | 0 | 25 | 112 | 234 | 43 | 23 |
| Binary | 100000 | 1000011 | 110101 | 110100 | 0 | 10101 | 1001010 | 10011100 | 100011 | 10011 |
Color Harmonies of #204335
Complementary color
Monochromatic Colors of #204335
Black with #204335
Text Example
Text Example
White with #204335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204335; }
p { color: rgb(32,67,53); }
H1.HeaderClassName
{
color: #204335;
}
.AnyTagClassName
{
color: #204335;
}
</style>
background-color css
<style>
a { background-color: #204335; }
a { background-color: rgb(32,67,53); }
div.DivClassName
{
background-color: #204335;
}
.BgClassName
{
background-color: #204335;
}
</style>
border-color css
<style>
span { border-color: #204335; }
span { border-color: rgb(32,67,53); }
td.TdClassName
{
border-color: #204335;
}
.TagClassName
{
border-color: #204335;
}
</style>