Html Css Color HEX #403906 Madras

📋 copy color: '#403906'

red 64 ◦ green 57 ◦ blue 6

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

Shades of Madras #403906

Tints of Madras #403906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.72%

R = 50.39%
G = 44.88%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#403906 (or 0x403906) is known color: Madras. HEX triplet: 40, 39 and 06. RGB value is (64,57,6). Sum of RGB (Red+Green+Blue) = 64+57+6=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #403906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403906 is #BFC6F9. Grayscale: #353535. Windows color (decimal): -12568314 or 407872. OLE color: 407872.

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

Color convert

RGB 64 57 6 -
CMYK 0 0.11 0.91 0.75
HSL 52.76º 0.83% 0.14% -
HSV(B) 52.76º 0.91% 0.25% -
XYZ 3.61 4.03 0.76 -
YUV 53.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 64 57 6 0 0.11 0.91 0.75 52.76 0.83 0.14
Hex 40 39 6 0 B 5B 4B 35 53 E
Octal 100 71 6 0 13 133 113 65 123 16
Binary 1000000 111001 110 0 1011 1011011 1001011 110101 1010011 1110

Color Harmonies of #403906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403906

Black with #403906

Text Example


Text Example

White with #403906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403906; }

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

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

background-color css

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

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

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

border-color css

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

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

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