#203D32

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

Shades of Burnham #203D32

Tints of Burnham #203D32

Color information

#203D32 (or 0x203D32) is unknown color: approx Burnham. HEX triplet: 20, 3D and 32. RGB value is (32,61,50). Sum of RGB (Red+Green+Blue) = 32+61+50=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #203D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D32 is #DFC2CD. Grayscale: #333333. Windows color (decimal): -14664398 or 3292448. OLE color: 3292448.

HSL color Cylindrical-coordinate representation of color #203D32: hue angle of 157.24º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203D32 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB326150-
CMYK0.4800.180.76
HSL157.24º31.18%18.24%-
HSV(B)157.24º47.54%23.92%-
XYZ2.843.873.62-
YUV51.08127.39114.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.38%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=22.38%
G=42.66%
B=34.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3261500.4800.180.76157.2431.1818.24
Hex203D32300124C9d1f12
Octal407562600221142353722
Binary1000001111011100101100000100101001100100111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203D32; }

 p { color: rgb(32,61,50); }

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

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

 a { background-color: rgb(32,61,50); }

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

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

 span { border-color: rgb(32,61,50); }

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