Html Css Color HEX #403705 Madras

📋 copy color: '#403705'

red 64 ◦ green 55 ◦ blue 5

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

Shades of Madras #403705

Tints of Madras #403705

RGB

 RED value IS 64 (25.39% from 255) = 51.61%

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

 BLUE value IS 5 (2.34% from 255) = 4.03%

R = 51.61%
G = 44.35%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#403705 (or 0x403705) is known color: Madras. HEX triplet: 40, 37 and 05. RGB value is (64,55,5). Sum of RGB (Red+Green+Blue) = 64+55+5=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #403705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403705 is #BFC8FA. Grayscale: #343434. Windows color (decimal): -12568827 or 341824. OLE color: 341824.

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

Color convert

RGB 64 55 5 -
CMYK 0 0.14 0.92 0.75
HSL 50.85º 0.86% 0.14% -
HSV(B) 50.85º 0.92% 0.25% -
XYZ 3.51 3.83 0.7 -
YUV 51.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 64 55 5 0 0.14 0.92 0.75 50.85 0.86 0.14
Hex 40 37 5 0 E 5C 4B 33 56 E
Octal 100 67 5 0 16 134 113 63 126 16
Binary 1000000 110111 101 0 1110 1011100 1001011 110011 1010110 1110

Color Harmonies of #403705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403705

Black with #403705

Text Example


Text Example

White with #403705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403705; }

 p { color: rgb(64,55,5); }

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

background-color css

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

 a { background-color: rgb(64,55,5); }

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

border-color css

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

 span { border-color: rgb(64,55,5); }

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