#42421F

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

Shades of El Paso #42421F

Tints of El Paso #42421F

Color information

#42421F (or 0x42421F) is unknown color: approx El Paso. HEX triplet: 42, 42 and 1F. RGB value is (66,66,31). Sum of RGB (Red+Green+Blue) = 66+66+31=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42421F is #BDBDE0. Grayscale: #3E3E3E. Windows color (decimal): -12434913 or 2048578. OLE color: 2048578.

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

Color convert

RGB666631-
CMYK000.530.74
HSL60º36.08%19.02%-
HSV(B)60º53.03%25.88%-
XYZ4.445.152.06-
YUV62.01110.5130.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=40.49%
G=40.49%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666631000.530.746036.0819.02
Hex42421F00354A3c2413
Octal102102370065112744423
Binary100001010000101111100110101100101011110010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42421F; }

 p { color: rgb(66,66,31); }

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

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

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

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

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

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

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