Html Css Color HEX #3D3D29 El Paso

📋 copy color: '#3D3D29'

red 61 ◦ green 61 ◦ blue 41

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

Shades of El Paso #3D3D29

Tints of El Paso #3D3D29

RGB

 RED value IS 61 (24.22% from 255) = 37.42%

 GREEN value IS 61 (24.22% from 255) = 37.42%

 BLUE value IS 41 (16.41% from 255) = 25.15%

R = 37.42%
G = 37.42%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#3D3D29 (or 0x3D3D29) is known color: El Paso. HEX triplet: 3D, 3D and 29. RGB value is (61,61,41). Sum of RGB (Red+Green+Blue) = 61+61+41=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 61 - color contains mainly: red, green. Hex color #3D3D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3D29 is #C2C2D6. Grayscale: #3A3A3A. Windows color (decimal): -12763863 or 2702653. OLE color: 2702653.

HSL color Cylindrical-coordinate representation of color #3D3D29: hue angle of 60º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D3D29 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 61 41 -
CMYK 0 0 0.33 0.76
HSL 60º 0.2% 0.2% -
HSV(B) 60º 0.33% 0.24% -
XYZ 3.99 4.49 2.75 -
YUV 58.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 61 61 41 0 0 0.33 0.76 60 0.2 0.2
Hex 3D 3D 29 0 0 21 4C 3C 14 14
Octal 75 75 51 0 0 41 114 74 24 24
Binary 111101 111101 101001 0 0 100001 1001100 111100 10100 10100

Color Harmonies of #3D3D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3D29

Black with #3D3D29

Text Example


Text Example

White with #3D3D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D3D29; }

 p { color: rgb(61,61,41); }

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

background-color css

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

 a { background-color: rgb(61,61,41); }

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

border-color css

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

 span { border-color: rgb(61,61,41); }

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