#204333

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

Shades of Burnham #204333

Tints of Burnham #204333

Color information

#204333 (or 0x204333) is unknown color: approx Burnham. HEX triplet: 20, 43 and 33. RGB value is (32,67,51). Sum of RGB (Red+Green+Blue) = 32+67+51=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #204333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204333 is #DFBCCC. Grayscale: #363636. Windows color (decimal): -14662861 or 3359520. OLE color: 3359520.

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

Color convert

RGB326751-
CMYK0.5200.240.74
HSL152.57º35.35%19.41%-
HSV(B)152.57º52.24%26.27%-
XYZ3.24.563.84-
YUV54.71125.9111.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 67 (26.56% from 255) = 44.67%
BLUE value IS 51 (20.31% from 255) = 34%
R=21.33%
G=44.67%
B=34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3267510.5200.240.74152.5735.3519.41
Hex204333340184A992313
Octal4010363640301122314323
Binary100000100001111001111010001100010010101001100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204333; }

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

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

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

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

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

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

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

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