#42422F

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

Shades of El Paso #42422F

Tints of El Paso #42422F

Color information

#42422F (or 0x42422F) is unknown color: approx El Paso. HEX triplet: 42, 42 and 2F. RGB value is (66,66,47). Sum of RGB (Red+Green+Blue) = 66+66+47=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42422F is #BDBDD0. Grayscale: #3F3F3F. Windows color (decimal): -12434897 or 3097154. OLE color: 3097154.

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

Color convert

RGB666647-
CMYK000.290.74
HSL60º16.81%22.16%-
HSV(B)60º28.79%25.88%-
XYZ4.715.263.46-
YUV63.83118.5129.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 47 (18.75% from 255) = 26.26%
R=36.87%
G=36.87%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666647000.290.746016.8122.16
Hex42422F001D4A3c1116
Octal102102570035112742126
Binary10000101000010101111001110110010101111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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