#42422B

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

Shades of El Paso #42422B

Tints of El Paso #42422B

Color information

#42422B (or 0x42422B) is unknown color: approx El Paso. HEX triplet: 42, 42 and 2B. RGB value is (66,66,43). Sum of RGB (Red+Green+Blue) = 66+66+43=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42422B is #BDBDD4. Grayscale: #3F3F3F. Windows color (decimal): -12434901 or 2835010. OLE color: 2835010.

HSL color Cylindrical-coordinate representation of color #42422B: hue angle of 60º 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 #42422B is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB666643-
CMYK000.350.74
HSL60º21.1%21.37%-
HSV(B)60º34.85%25.88%-
XYZ4.635.233.05-
YUV63.38116.5129.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=37.71%
G=37.71%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666643000.350.746021.121.37
Hex42422B00234A3c1515
Octal102102530043112742525
Binary100001010000101010110010001110010101111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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