Html Css Color HEX #414324 El Paso

📋 copy color: '#414324'

red 65 ◦ green 67 ◦ blue 36

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

Shades of El Paso #414324

Tints of El Paso #414324

RGB

 RED value IS 65 (25.78% from 255) = 38.69%

 GREEN value IS 67 (26.56% from 255) = 39.88%

 BLUE value IS 36 (14.45% from 255) = 21.43%

R = 38.69%
G = 39.88%
B = 21.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.74

RGB Variations

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

Color information

#414324 (or 0x414324) is known color: El Paso. HEX triplet: 41, 43 and 24. RGB value is (65,67,36). Sum of RGB (Red+Green+Blue) = 65+67+36=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 67 - color contains mainly: green. Hex color #414324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414324 is #BEBCDB. Grayscale: #3E3E3E. Windows color (decimal): -12500188 or 2376513. OLE color: 2376513.

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

Color convert

RGB 65 67 36 -
CMYK 0.03 0 0.46 0.74
HSL 63.87º 0.3% 0.2% -
HSV(B) 63.87º 0.46% 0.26% -
XYZ 4.51 5.27 2.45 -
YUV 62.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 65 67 36 0.03 0 0.46 0.74 63.87 0.3 0.2
Hex 41 43 24 3 0 2E 4A 40 1E 14
Octal 101 103 44 3 0 56 112 100 36 24
Binary 1000001 1000011 100100 11 0 101110 1001010 1000000 11110 10100

Color Harmonies of #414324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414324

Black with #414324

Text Example


Text Example

White with #414324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414324; }

 p { color: rgb(65,67,36); }

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

background-color css

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

 a { background-color: rgb(65,67,36); }

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

border-color css

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

 span { border-color: rgb(65,67,36); }

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