#424122

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

Shades of El Paso #424122

Tints of El Paso #424122

Color information

#424122 (or 0x424122) is unknown color: approx El Paso. HEX triplet: 42, 41 and 22. RGB value is (66,65,34). Sum of RGB (Red+Green+Blue) = 66+65+34=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #424122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424122 is #BDBEDD. Grayscale: #3D3D3D. Windows color (decimal): -12435166 or 2244930. OLE color: 2244930.

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

Color convert

RGB666534-
CMYK00.020.480.74
HSL58.12º32%19.61%-
HSV(B)58.12º48.48%25.88%-
XYZ4.435.052.26-
YUV61.76112.33131.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=40%
G=39.39%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66653400.020.480.7458.123219.61
Hex42412202304A3a2014
Octal102101420260112724024
Binary10000101000001100010010110000100101011101010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424122; }

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

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

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

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

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

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

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

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