Html Css Color HEX #42422A El Paso

📋 copy color: '#42422A'

red 66 ◦ green 66 ◦ blue 42

#42422A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #42422A

Tints of El Paso #42422A

RGB

 RED value IS 66 (26.17% from 255) = 37.93%

 GREEN value IS 66 (26.17% from 255) = 37.93%

 BLUE value IS 42 (16.8% from 255) = 24.14%

R = 37.93%
G = 37.93%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#42422A (or 0x42422A) is known color: El Paso. HEX triplet: 42, 42 and 2A. RGB value is (66,66,42). Sum of RGB (Red+Green+Blue) = 66+66+42=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42422A is #BDBDD5. Grayscale: #3F3F3F. Windows color (decimal): -12434902 or 2769474. OLE color: 2769474.

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

Color convert

RGB 66 66 42 -
CMYK 0 0 0.36 0.74
HSL 60º 0.22% 0.21% -
HSV(B) 60º 0.36% 0.26% -
XYZ 4.61 5.22 2.96 -
YUV 63.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 66 66 42 0 0 0.36 0.74 60 0.22 0.21
Hex 42 42 2A 0 0 24 4A 3C 16 15
Octal 102 102 52 0 0 44 112 74 26 25
Binary 1000010 1000010 101010 0 0 100100 1001010 111100 10110 10101

Color Harmonies of #42422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42422A

Black with #42422A

Text Example


Text Example

White with #42422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42422A;
 }
 .AnyTagClassName
 {
   color: #42422A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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