#42432D

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

Shades of El Paso #42432D

Tints of El Paso #42432D

Color information

#42432D (or 0x42432D) is unknown color: approx El Paso. HEX triplet: 42, 43 and 2D. RGB value is (66,67,45). Sum of RGB (Red+Green+Blue) = 66+67+45=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 67 - color contains mainly: green. Hex color #42432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42432D is #BDBCD2. Grayscale: #404040. Windows color (decimal): -12434643 or 2966338. OLE color: 2966338.

HSL color Cylindrical-coordinate representation of color #42432D: hue angle of 62.73º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42432D is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB666745-
CMYK0.0100.330.74
HSL62.73º19.64%21.96%-
HSV(B)62.73º32.84%26.27%-
XYZ4.735.363.27-
YUV64.19117.17129.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=37.08%
G=37.64%
B=25.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667450.0100.330.7462.7319.6421.96
Hex42432D10214A3f1416
Octal102103551041112772426
Binary100001010000111011011010000110010101111111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42432D; }

 p { color: rgb(66,67,45); }

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

<style>
 a { background-color: #42432D; }

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

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

<style>
 span { border-color: #42432D; }

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

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