Html Css Color HEX #413E1D Madras

📋 copy color: '#413E1D'

red 65 ◦ green 62 ◦ blue 29

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

Shades of Madras #413E1D

Tints of Madras #413E1D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.74%

 BLUE value IS 29 (11.72% from 255) = 18.59%

R = 41.67%
G = 39.74%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#413E1D (or 0x413E1D) is known color: Madras. HEX triplet: 41, 3E and 1D. RGB value is (65,62,29). Sum of RGB (Red+Green+Blue) = 65+62+29=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #413E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E1D is #BEC1E2. Grayscale: #3B3B3B. Windows color (decimal): -12501475 or 1916481. OLE color: 1916481.

HSL color Cylindrical-coordinate representation of color #413E1D: hue angle of 55º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #413E1D is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 62 29 -
CMYK 0 0.05 0.55 0.75
HSL 55º 0.38% 0.18% -
HSV(B) 55º 0.55% 0.25% -
XYZ 4.12 4.66 1.84 -
YUV 59.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 65 62 29 0 0.05 0.55 0.75 55 0.38 0.18
Hex 41 3E 1D 0 5 37 4B 37 26 12
Octal 101 76 35 0 5 67 113 67 46 22
Binary 1000001 111110 11101 0 101 110111 1001011 110111 100110 10010

Color Harmonies of #413E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E1D

Black with #413E1D

Text Example


Text Example

White with #413E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413E1D; }

 p { color: rgb(65,62,29); }

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

background-color css

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

 a { background-color: rgb(65,62,29); }

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

border-color css

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

 span { border-color: rgb(65,62,29); }

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