Html Css Color HEX #414325 El Paso

📋 copy color: '#414325'

red 65 ◦ green 67 ◦ blue 37

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

Shades of El Paso #414325

Tints of El Paso #414325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.89%

R = 38.46%
G = 39.64%
B = 21.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#414325 (or 0x414325) is known color: El Paso. HEX triplet: 41, 43 and 25. RGB value is (65,67,37). Sum of RGB (Red+Green+Blue) = 65+67+37=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #414325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414325 is #BEBCDA. Grayscale: #3F3F3F. Windows color (decimal): -12500187 or 2442049. OLE color: 2442049.

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

Color convert

RGB 65 67 37 -
CMYK 0.03 0 0.45 0.74
HSL 64º 0.29% 0.2% -
HSV(B) 64º 0.45% 0.26% -
XYZ 4.52 5.27 2.53 -
YUV 62.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 65 67 37 0.03 0 0.45 0.74 64 0.29 0.2
Hex 41 43 25 3 0 2D 4A 40 1D 14
Octal 101 103 45 3 0 55 112 100 35 24
Binary 1000001 1000011 100101 11 0 101101 1001010 1000000 11101 10100

Color Harmonies of #414325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414325

Black with #414325

Text Example


Text Example

White with #414325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414325; }

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

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

background-color css

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

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

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

border-color css

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

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

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