Html Css Color HEX #403905 Madras

📋 copy color: '#403905'

red 64 ◦ green 57 ◦ blue 5

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

Shades of Madras #403905

Tints of Madras #403905

RGB

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

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

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

R = 50.79%
G = 45.24%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#403905 (or 0x403905) is known color: Madras. HEX triplet: 40, 39 and 05. RGB value is (64,57,5). Sum of RGB (Red+Green+Blue) = 64+57+5=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #403905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403905 is #BFC6FA. Grayscale: #353535. Windows color (decimal): -12568315 or 342336. OLE color: 342336.

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

Color convert

RGB 64 57 5 -
CMYK 0 0.11 0.92 0.75
HSL 52.88º 0.86% 0.14% -
HSV(B) 52.88º 0.92% 0.25% -
XYZ 3.6 4.03 0.73 -
YUV 53.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 64 57 5 0 0.11 0.92 0.75 52.88 0.86 0.14
Hex 40 39 5 0 B 5C 4B 35 56 E
Octal 100 71 5 0 13 134 113 65 126 16
Binary 1000000 111001 101 0 1011 1011100 1001011 110101 1010110 1110

Color Harmonies of #403905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403905

Black with #403905

Text Example


Text Example

White with #403905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403905; }

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

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

background-color css

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

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

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

border-color css

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

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

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