#204034

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

Shades of Burnham #204034

Tints of Burnham #204034

Color information

#204034 (or 0x204034) is unknown color: approx Burnham. HEX triplet: 20, 40 and 34. RGB value is (32,64,52). Sum of RGB (Red+Green+Blue) = 32+64+52=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #204034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204034 is #DFBFCB. Grayscale: #353535. Windows color (decimal): -14663628 or 3424288. OLE color: 3424288.

HSL color Cylindrical-coordinate representation of color #204034: hue angle of 157.5º 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 #204034 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB326452-
CMYK0.5000.190.75
HSL157.5º33.33%18.82%-
HSV(B)157.5º50%25.1%-
XYZ3.054.223.9-
YUV53.06127.4112.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.62%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 52 (20.70% from 255) = 35.14%
R=21.62%
G=43.24%
B=35.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3264520.5000.190.75157.533.3318.82
Hex204034320134B9e2113
Octal4010064620231132364123
Binary100000100000011010011001001001110010111001111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204034; }

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

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

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

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

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

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

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

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