Html Css Color HEX #413F11 Madras

📋 copy color: '#413F11'

red 65 ◦ green 63 ◦ blue 17

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

Shades of Madras #413F11

Tints of Madras #413F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.72%

R = 44.83%
G = 43.45%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#413F11 (or 0x413F11) is known color: Madras. HEX triplet: 41, 3F and 11. RGB value is (65,63,17). Sum of RGB (Red+Green+Blue) = 65+63+17=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #413F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F11 is #BEC0EE. Grayscale: #3A3A3A. Windows color (decimal): -12501231 or 1130305. OLE color: 1130305.

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

Color convert

RGB 65 63 17 -
CMYK 0 0.03 0.74 0.75
HSL 57.5º 0.59% 0.16% -
HSV(B) 57.5º 0.74% 0.25% -
XYZ 4.06 4.72 1.23 -
YUV 58.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 65 63 17 0 0.03 0.74 0.75 57.5 0.59 0.16
Hex 41 3F 11 0 3 4A 4B 3A 3B 10
Octal 101 77 21 0 3 112 113 72 73 20
Binary 1000001 111111 10001 0 11 1001010 1001011 111010 111011 10000

Color Harmonies of #413F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F11

Black with #413F11

Text Example


Text Example

White with #413F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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