Html Css Color HEX #413A04 Madras

📋 copy color: '#413A04'

red 65 ◦ green 58 ◦ blue 4

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

Shades of Madras #413A04

Tints of Madras #413A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 45.67%

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

R = 51.18%
G = 45.67%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#413A04 (or 0x413A04) is known color: Madras. HEX triplet: 41, 3A and 04. RGB value is (65,58,4). Sum of RGB (Red+Green+Blue) = 65+58+4=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #413A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A04 is #BEC5FB. Grayscale: #363636. Windows color (decimal): -12502524 or 277057. OLE color: 277057.

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

Color convert

RGB 65 58 4 -
CMYK 0 0.11 0.94 0.75
HSL 53.11º 0.88% 0.14% -
HSV(B) 53.11º 0.94% 0.25% -
XYZ 3.71 4.16 0.72 -
YUV 53.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 65 58 4 0 0.11 0.94 0.75 53.11 0.88 0.14
Hex 41 3A 4 0 B 5E 4B 35 58 E
Octal 101 72 4 0 13 136 113 65 130 16
Binary 1000001 111010 100 0 1011 1011110 1001011 110101 1011000 1110

Color Harmonies of #413A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A04

Black with #413A04

Text Example


Text Example

White with #413A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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