Html Css Color HEX #413704 Madras

📋 copy color: '#413704'

red 65 ◦ green 55 ◦ blue 4

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

Shades of Madras #413704

Tints of Madras #413704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.35%

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

R = 52.42%
G = 44.35%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#413704 (or 0x413704) is known color: Madras. HEX triplet: 41, 37 and 04. RGB value is (65,55,4). Sum of RGB (Red+Green+Blue) = 65+55+4=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413704 is #BEC8FB. Grayscale: #343434. Windows color (decimal): -12503292 or 276289. OLE color: 276289.

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

Color convert

RGB 65 55 4 -
CMYK 0 0.15 0.94 0.75
HSL 50.16º 0.88% 0.14% -
HSV(B) 50.16º 0.94% 0.25% -
XYZ 3.57 3.86 0.67 -
YUV 52.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 65 55 4 0 0.15 0.94 0.75 50.16 0.88 0.14
Hex 41 37 4 0 F 5E 4B 32 58 E
Octal 101 67 4 0 17 136 113 62 130 16
Binary 1000001 110111 100 0 1111 1011110 1001011 110010 1011000 1110

Color Harmonies of #413704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413704

Black with #413704

Text Example


Text Example

White with #413704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413704; }

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

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

background-color css

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

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

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

border-color css

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

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

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