Html Css Color HEX #413F1C Madras

📋 copy color: '#413F1C'

red 65 ◦ green 63 ◦ blue 28

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

Shades of Madras #413F1C

Tints of Madras #413F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 41.67%
G = 40.38%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#413F1C (or 0x413F1C) is known color: Madras. HEX triplet: 41, 3F and 1C. RGB value is (65,63,28). Sum of RGB (Red+Green+Blue) = 65+63+28=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #413F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F1C is #BEC0E3. Grayscale: #3B3B3B. Windows color (decimal): -12501220 or 1851201. OLE color: 1851201.

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

Color convert

RGB 65 63 28 -
CMYK 0 0.03 0.57 0.75
HSL 56.76º 0.4% 0.18% -
HSV(B) 56.76º 0.57% 0.25% -
XYZ 4.17 4.76 1.8 -
YUV 59.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 65 63 28 0 0.03 0.57 0.75 56.76 0.4 0.18
Hex 41 3F 1C 0 3 39 4B 39 28 12
Octal 101 77 34 0 3 71 113 71 50 22
Binary 1000001 111111 11100 0 11 111001 1001011 111001 101000 10010

Color Harmonies of #413F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F1C

Black with #413F1C

Text Example


Text Example

White with #413F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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