Html Css Color HEX #42431F El Paso

📋 copy color: '#42431F'

red 66 ◦ green 67 ◦ blue 31

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

Shades of El Paso #42431F

Tints of El Paso #42431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.9%

R = 40.24%
G = 40.85%
B = 18.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.74

RGB Variations

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

Color information

#42431F (or 0x42431F) is known color: El Paso. HEX triplet: 42, 43 and 1F. RGB value is (66,67,31). Sum of RGB (Red+Green+Blue) = 66+67+31=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 67 - color contains mainly: green. Hex color #42431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42431F is #BDBCE0. Grayscale: #3E3E3E. Windows color (decimal): -12434657 or 2048834. OLE color: 2048834.

HSL color Cylindrical-coordinate representation of color #42431F: hue angle of 61.67º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42431F is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 67 31 -
CMYK 0.01 0 0.54 0.74
HSL 61.67º 0.37% 0.19% -
HSV(B) 61.67º 0.54% 0.26% -
XYZ 4.5 5.27 2.08 -
YUV 62.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 66 67 31 0.01 0 0.54 0.74 61.67 0.37 0.19
Hex 42 43 1F 1 0 36 4A 3E 25 13
Octal 102 103 37 1 0 66 112 76 45 23
Binary 1000010 1000011 11111 1 0 110110 1001010 111110 100101 10011

Color Harmonies of #42431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42431F

Black with #42431F

Text Example


Text Example

White with #42431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42431F; }

 p { color: rgb(66,67,31); }

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

background-color css

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

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

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

border-color css

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

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

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