Html Css Color HEX #413E04 Madras

📋 copy color: '#413E04'

red 65 ◦ green 62 ◦ blue 4

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

Shades of Madras #413E04

Tints of Madras #413E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.05%

R = 49.62%
G = 47.33%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#413E04 (or 0x413E04) is known color: Madras. HEX triplet: 41, 3E and 04. RGB value is (65,62,4). Sum of RGB (Red+Green+Blue) = 65+62+4=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 62 (24.61% from 255 or 47.33% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #413E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E04 is #BEC1FB. Grayscale: #383838. Windows color (decimal): -12501500 or 278081. OLE color: 278081.

HSL color Cylindrical-coordinate representation of color #413E04: hue angle of 57.05º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #413E04 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 62 4 -
CMYK 0 0.05 0.94 0.75
HSL 57.05º 0.88% 0.14% -
HSV(B) 57.05º 0.94% 0.25% -
XYZ 3.92 4.58 0.79 -
YUV 56.29 98.49 134.22 -
System Red Green Blue C M Y K H S L
Decimal 65 62 4 0 0.05 0.94 0.75 57.05 0.88 0.14
Hex 41 3E 4 0 5 5E 4B 39 58 E
Octal 101 76 4 0 5 136 113 71 130 16
Binary 1000001 111110 100 0 101 1011110 1001011 111001 1011000 1110

Color Harmonies of #413E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E04

Black with #413E04

Text Example


Text Example

White with #413E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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