Html Css Color HEX #413D1E Madras

📋 copy color: '#413D1E'

red 65 ◦ green 61 ◦ blue 30

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

Shades of Madras #413D1E

Tints of Madras #413D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.23%

R = 41.67%
G = 39.1%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#413D1E (or 0x413D1E) is known color: Madras. HEX triplet: 41, 3D and 1E. RGB value is (65,61,30). Sum of RGB (Red+Green+Blue) = 65+61+30=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #413D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D1E is #BEC2E1. Grayscale: #3A3A3A. Windows color (decimal): -12501730 or 1981761. OLE color: 1981761.

HSL color Cylindrical-coordinate representation of color #413D1E: hue angle of 53.14º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #413D1E is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 61 30 -
CMYK 0 0.06 0.54 0.75
HSL 53.14º 0.37% 0.19% -
HSV(B) 53.14º 0.54% 0.25% -
XYZ 4.08 4.56 1.89 -
YUV 58.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 65 61 30 0 0.06 0.54 0.75 53.14 0.37 0.19
Hex 41 3D 1E 0 6 36 4B 35 25 13
Octal 101 75 36 0 6 66 113 65 45 23
Binary 1000001 111101 11110 0 110 110110 1001011 110101 100101 10011

Color Harmonies of #413D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D1E

Black with #413D1E

Text Example


Text Example

White with #413D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,61,30); }

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

background-color css

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

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

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

border-color css

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

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

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