Html Css Color HEX #413904 Madras

📋 copy color: '#413904'

red 65 ◦ green 57 ◦ blue 4

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

Shades of Madras #413904

Tints of Madras #413904

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.24%

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

R = 51.59%
G = 45.24%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#413904 (or 0x413904) is known color: Madras. HEX triplet: 41, 39 and 04. RGB value is (65,57,4). Sum of RGB (Red+Green+Blue) = 65+57+4=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #413904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413904 is #BEC6FB. Grayscale: #353535. Windows color (decimal): -12502780 or 276801. OLE color: 276801.

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

Color convert

RGB 65 57 4 -
CMYK 0 0.12 0.94 0.75
HSL 52.13º 0.88% 0.14% -
HSV(B) 52.13º 0.94% 0.25% -
XYZ 3.67 4.06 0.71 -
YUV 53.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 65 57 4 0 0.12 0.94 0.75 52.13 0.88 0.14
Hex 41 39 4 0 C 5E 4B 34 58 E
Octal 101 71 4 0 14 136 113 64 130 16
Binary 1000001 111001 100 0 1100 1011110 1001011 110100 1011000 1110

Color Harmonies of #413904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413904

Black with #413904

Text Example


Text Example

White with #413904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413904; }

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

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

background-color css

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

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

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

border-color css

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

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

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