#204234

Color #204234 Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #204234

Tints of Burnham #204234

Color information

#204234 (or 0x204234) is unknown color: approx Burnham. HEX triplet: 20, 42 and 34. RGB value is (32,66,52). Sum of RGB (Red+Green+Blue) = 32+66+52=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #204234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204234 is #DFBDCB. Grayscale: #363636. Windows color (decimal): -14663116 or 3424800. OLE color: 3424800.

HSL color Cylindrical-coordinate representation of color #204234: hue angle of 155.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 #204234 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB326652-
CMYK0.5200.210.74
HSL155.29º34.69%19.22%-
HSV(B)155.29º51.52%25.88%-
XYZ3.164.453.94-
YUV54.24126.74112.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=21.33%
G=44%
B=34.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3266520.5200.210.74155.2934.6919.22
Hex204234340154A9b2313
Octal4010264640251122334323
Binary100000100001011010011010001010110010101001101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204234; }

 p { color: rgb(32,66,52); }

 H1.HeaderClassName
 {
   color: #204234;
 }
 .AnyTagClassName
 {
   color: #204234;
 }
</style>
background-color css

<style>
 a { background-color: #204234; }

 a { background-color: rgb(32,66,52); }

 div.DivClassName
 {
   background-color: #204234;
 }
 .BgClassName
 {
   background-color: #204234;
 }
</style>
border-color css

<style>
 span { border-color: #204234; }

 span { border-color: rgb(32,66,52); }

 td.TdClassName
 {
   border-color: #204234;
 }
 .TagClassName
 {
   border-color: #204234;
 }
</style>