#42431C

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

Shades of El Paso #42431C

Tints of El Paso #42431C

Color information

#42431C (or 0x42431C) is unknown color: approx El Paso. HEX triplet: 42, 43 and 1C. RGB value is (66,67,28). Sum of RGB (Red+Green+Blue) = 66+67+28=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #42431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42431C is #BDBCE3. Grayscale: #3E3E3E. Windows color (decimal): -12434660 or 1852226. OLE color: 1852226.

HSL color Cylindrical-coordinate representation of color #42431C: hue angle of 61.54º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42431C is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB666728-
CMYK0.0100.580.74
HSL61.54º41.05%18.63%-
HSV(B)61.54º58.21%26.27%-
XYZ4.465.261.88-
YUV62.26108.67130.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 67 (26.56% from 255) = 41.61%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=40.99%
G=41.61%
B=17.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667280.0100.580.7461.5441.0518.63
Hex42431C103A4A3e2913
Octal102103341072112765123
Binary100001010000111110010111010100101011111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42431C; }

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

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

<style>
 a { background-color: #42431C; }

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

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

<style>
 span { border-color: #42431C; }

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

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