Shades of Burnham #204334
Tints of Burnham #204334
RGB
CMYK
RGB Variations
Color information
#204334 (or 0x204334) is known color: Burnham. HEX triplet: 20, 43 and 34. RGB value is (32,67,52). Sum of RGB (Red+Green+Blue) = 32+67+52=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #204334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204334 is #DFBCCB. Grayscale: #363636. Windows color (decimal): -14662860 or 3425056. OLE color: 3425056.
HSL color Cylindrical-coordinate representation of color #204334: hue angle of 154.29º 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 #204334 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 52 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.74 |
| HSL | 154.29º | 0.35% | 0.19% | - |
| HSV(B) | 154.29º | 0.52% | 0.26% | - |
| XYZ | 3.22 | 4.57 | 3.96 | - |
| YUV | 54.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 52 | 0.52 | 0 | 0.22 | 0.74 | 154.29 | 0.35 | 0.19 |
| Hex | 20 | 43 | 34 | 34 | 0 | 16 | 4A | 9A | 23 | 13 |
| Octal | 40 | 103 | 64 | 64 | 0 | 26 | 112 | 232 | 43 | 23 |
| Binary | 100000 | 1000011 | 110100 | 110100 | 0 | 10110 | 1001010 | 10011010 | 100011 | 10011 |
Color Harmonies of #204334
Complementary color
Monochromatic Colors of #204334
Black with #204334
Text Example
Text Example
White with #204334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204334; }
p { color: rgb(32,67,52); }
H1.HeaderClassName
{
color: #204334;
}
.AnyTagClassName
{
color: #204334;
}
</style>
background-color css
<style>
a { background-color: #204334; }
a { background-color: rgb(32,67,52); }
div.DivClassName
{
background-color: #204334;
}
.BgClassName
{
background-color: #204334;
}
</style>
border-color css
<style>
span { border-color: #204334; }
span { border-color: rgb(32,67,52); }
td.TdClassName
{
border-color: #204334;
}
.TagClassName
{
border-color: #204334;
}
</style>