#403F21

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

Shades of El Paso #403F21

Tints of El Paso #403F21

Color information

#403F21 (or 0x403F21) is unknown color: approx El Paso. HEX triplet: 40, 3F and 21. RGB value is (64,63,33). Sum of RGB (Red+Green+Blue) = 64+63+33=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #403F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F21 is #BFC0DE. Grayscale: #3B3B3B. Windows color (decimal): -12566751 or 2178880. OLE color: 2178880.

HSL color Cylindrical-coordinate representation of color #403F21: hue angle of 58.06º 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 #403F21 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB646333-
CMYK00.020.480.75
HSL58.06º31.96%19.02%-
HSV(B)58.06º48.44%25.1%-
XYZ4.174.752.14-
YUV59.88112.83130.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 63 (25% from 255) = 39.38%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=40%
G=39.38%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64633300.020.480.7558.0631.9619.02
Hex403F2102304B3a2013
Octal10077410260113724023
Binary1000000111111100001010110000100101111101010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403F21; }

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

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

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

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

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

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

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

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