#403E21

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

Shades of El Paso #403E21

Tints of El Paso #403E21

Color information

#403E21 (or 0x403E21) is unknown color: approx El Paso. HEX triplet: 40, 3E and 21. RGB value is (64,62,33). Sum of RGB (Red+Green+Blue) = 64+62+33=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #403E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E21 is #BFC1DE. Grayscale: #3B3B3B. Windows color (decimal): -12567007 or 2178624. OLE color: 2178624.

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

Color convert

RGB646233-
CMYK00.030.480.75
HSL56.13º31.96%19.02%-
HSV(B)56.13º48.44%25.1%-
XYZ4.114.652.12-
YUV59.29113.16131.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 62 (24.61% from 255) = 38.99%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=40.25%
G=38.99%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64623300.030.480.7556.1331.9619.02
Hex403E2103304B382013
Octal10076410360113704023
Binary1000000111110100001011110000100101111100010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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