Html Css Color HEX #413F15 Madras

📋 copy color: '#413F15'

red 65 ◦ green 63 ◦ blue 21

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

Shades of Madras #413F15

Tints of Madras #413F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 43.62%
G = 42.28%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#413F15 (or 0x413F15) is known color: Madras. HEX triplet: 41, 3F and 15. RGB value is (65,63,21). Sum of RGB (Red+Green+Blue) = 65+63+21=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #413F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F15 is #BEC0EA. Grayscale: #3A3A3A. Windows color (decimal): -12501227 or 1392449. OLE color: 1392449.

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

Color convert

RGB 65 63 21 -
CMYK 0 0.03 0.68 0.75
HSL 57.27º 0.51% 0.17% -
HSV(B) 57.27º 0.68% 0.25% -
XYZ 4.09 4.73 1.41 -
YUV 58.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 65 63 21 0 0.03 0.68 0.75 57.27 0.51 0.17
Hex 41 3F 15 0 3 44 4B 39 33 11
Octal 101 77 25 0 3 104 113 71 63 21
Binary 1000001 111111 10101 0 11 1000100 1001011 111001 110011 10001

Color Harmonies of #413F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F15

Black with #413F15

Text Example


Text Example

White with #413F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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