Html Css Color HEX #413F1D Madras

📋 copy color: '#413F1D'

red 65 ◦ green 63 ◦ blue 29

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

Shades of Madras #413F1D

Tints of Madras #413F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 40.13%

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

R = 41.4%
G = 40.13%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#413F1D (or 0x413F1D) is known color: Madras. HEX triplet: 41, 3F and 1D. RGB value is (65,63,29). Sum of RGB (Red+Green+Blue) = 65+63+29=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F1D is #BEC0E2. Grayscale: #3B3B3B. Windows color (decimal): -12501219 or 1916737. OLE color: 1916737.

HSL color Cylindrical-coordinate representation of color #413F1D: hue angle of 56.67º 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 #413F1D is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 63 29 -
CMYK 0 0.03 0.55 0.75
HSL 56.67º 0.38% 0.18% -
HSV(B) 56.67º 0.55% 0.25% -
XYZ 4.18 4.77 1.86 -
YUV 59.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 65 63 29 0 0.03 0.55 0.75 56.67 0.38 0.18
Hex 41 3F 1D 0 3 37 4B 39 26 12
Octal 101 77 35 0 3 67 113 71 46 22
Binary 1000001 111111 11101 0 11 110111 1001011 111001 100110 10010

Color Harmonies of #413F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F1D

Black with #413F1D

Text Example


Text Example

White with #413F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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