#404221

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

Shades of El Paso #404221

Tints of El Paso #404221

Color information

#404221 (or 0x404221) is unknown color: approx El Paso. HEX triplet: 40, 42 and 21. RGB value is (64,66,33). Sum of RGB (Red+Green+Blue) = 64+66+33=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #404221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404221 is #BFBDDE. Grayscale: #3D3D3D. Windows color (decimal): -12565983 or 2179648. OLE color: 2179648.

HSL color Cylindrical-coordinate representation of color #404221: hue angle of 63.64º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #404221 is Cyan = 0.03, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB646633-
CMYK0.0300.50.74
HSL63.64º33.33%19.41%-
HSV(B)63.64º50%25.88%-
XYZ4.345.12.19-
YUV61.64111.84129.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=39.26%
G=40.49%
B=20.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6466330.0300.50.7463.6433.3319.41
Hex40422130324A402113
Octal1001024130621121004123
Binary100000010000101000011101100101001010100000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404221; }

 p { color: rgb(64,66,33); }

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

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

 a { background-color: rgb(64,66,33); }

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

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

 span { border-color: rgb(64,66,33); }

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