Html Css Color HEX #424427 El Paso

📋 copy color: '#424427'

red 66 ◦ green 68 ◦ blue 39

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

Shades of El Paso #424427

Tints of El Paso #424427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.31%

 BLUE value IS 39 (15.63% from 255) = 22.54%

R = 38.15%
G = 39.31%
B = 22.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#424427 (or 0x424427) is known color: El Paso. HEX triplet: 42, 44 and 27. RGB value is (66,68,39). Sum of RGB (Red+Green+Blue) = 66+68+39=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 68 - color contains mainly: green. Hex color #424427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424427 is #BDBBD8. Grayscale: #404040. Windows color (decimal): -12434393 or 2573378. OLE color: 2573378.

HSL color Cylindrical-coordinate representation of color #424427: hue angle of 64.14º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #424427 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 68 39 -
CMYK 0.03 0 0.43 0.73
HSL 64.14º 0.27% 0.21% -
HSV(B) 64.14º 0.43% 0.27% -
XYZ 4.68 5.44 2.72 -
YUV 64.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 66 68 39 0.03 0 0.43 0.73 64.14 0.27 0.21
Hex 42 44 27 3 0 2B 49 40 1B 15
Octal 102 104 47 3 0 53 111 100 33 25
Binary 1000010 1000100 100111 11 0 101011 1001001 1000000 11011 10101

Color Harmonies of #424427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424427

Black with #424427

Text Example


Text Example

White with #424427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424427; }

 p { color: rgb(66,68,39); }

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

background-color css

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

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

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

border-color css

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

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

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