#404021

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

Shades of El Paso #404021

Tints of El Paso #404021

Color information

#404021 (or 0x404021) is unknown color: approx El Paso. HEX triplet: 40, 40 and 21. RGB value is (64,64,33). Sum of RGB (Red+Green+Blue) = 64+64+33=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404021 is #BFBFDE. Grayscale: #3C3C3C. Windows color (decimal): -12566495 or 2179136. OLE color: 2179136.

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

Color convert

RGB646433-
CMYK000.480.75
HSL60º31.96%19.02%-
HSV(B)60º48.44%25.1%-
XYZ4.224.872.16-
YUV60.47112.5130.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=39.75%
G=39.75%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646433000.480.756031.9619.02
Hex40402100304B3c2013
Octal100100410060113744023
Binary1000000100000010000100110000100101111110010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404021; }

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

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

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

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

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

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

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

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