Html Css Color HEX #413E11 Madras

📋 copy color: '#413E11'

red 65 ◦ green 62 ◦ blue 17

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

Shades of Madras #413E11

Tints of Madras #413E11

RGB

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

 GREEN value IS 62 (24.61% from 255) = 43.06%

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

R = 45.14%
G = 43.06%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#413E11 (or 0x413E11) is known color: Madras. HEX triplet: 41, 3E and 11. RGB value is (65,62,17). Sum of RGB (Red+Green+Blue) = 65+62+17=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #413E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E11 is #BEC1EE. Grayscale: #393939. Windows color (decimal): -12501487 or 1130049. OLE color: 1130049.

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

Color convert

RGB 65 62 17 -
CMYK 0 0.05 0.74 0.75
HSL 56.25º 0.59% 0.16% -
HSV(B) 56.25º 0.74% 0.25% -
XYZ 4 4.61 1.21 -
YUV 57.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 65 62 17 0 0.05 0.74 0.75 56.25 0.59 0.16
Hex 41 3E 11 0 5 4A 4B 38 3B 10
Octal 101 76 21 0 5 112 113 70 73 20
Binary 1000001 111110 10001 0 101 1001010 1001011 111000 111011 10000

Color Harmonies of #413E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E11

Black with #413E11

Text Example


Text Example

White with #413E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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