#42412B

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

Shades of El Paso #42412B

Tints of El Paso #42412B

Color information

#42412B (or 0x42412B) is unknown color: approx El Paso. HEX triplet: 42, 41 and 2B. RGB value is (66,65,43). Sum of RGB (Red+Green+Blue) = 66+65+43=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 66 - color contains mainly: red. Hex color #42412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42412B is #BDBED4. Grayscale: #3E3E3E. Windows color (decimal): -12435157 or 2834754. OLE color: 2834754.

HSL color Cylindrical-coordinate representation of color #42412B: hue angle of 57.39º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42412B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB666543-
CMYK00.020.350.74
HSL57.39º21.1%21.37%-
HSV(B)57.39º34.85%25.88%-
XYZ4.575.113.03-
YUV62.79116.83130.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=37.93%
G=37.36%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66654300.020.350.7457.3921.121.37
Hex42412B02234A391515
Octal102101530243112712525
Binary1000010100000110101101010001110010101110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42412B; }

 p { color: rgb(66,65,43); }

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

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

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

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

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

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

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