#204033

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

Shades of Burnham #204033

Tints of Burnham #204033

Color information

#204033 (or 0x204033) is unknown color: approx Burnham. HEX triplet: 20, 40 and 33. RGB value is (32,64,51). Sum of RGB (Red+Green+Blue) = 32+64+51=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #204033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204033 is #DFBFCC. Grayscale: #343434. Windows color (decimal): -14663629 or 3358752. OLE color: 3358752.

HSL color Cylindrical-coordinate representation of color #204033: hue angle of 155.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #204033 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB326451-
CMYK0.5000.200.75
HSL155.62º33.33%18.82%-
HSV(B)155.62º50%25.1%-
XYZ3.034.213.79-
YUV52.95126.9113.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 51 (20.31% from 255) = 34.69%
R=21.77%
G=43.54%
B=34.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3264510.5000.200.75155.6233.3318.82
Hex204033320144B9c2113
Octal4010063620241132344123
Binary100000100000011001111001001010010010111001110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204033; }

 p { color: rgb(32,64,51); }

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

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

 a { background-color: rgb(32,64,51); }

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

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

 span { border-color: rgb(32,64,51); }

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