Html Css Color HEX #403910 Madras

📋 copy color: '#403910'

red 64 ◦ green 57 ◦ blue 16

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

Shades of Madras #403910

Tints of Madras #403910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.68%

R = 46.72%
G = 41.61%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#403910 (or 0x403910) is known color: Madras. HEX triplet: 40, 39 and 10. RGB value is (64,57,16). Sum of RGB (Red+Green+Blue) = 64+57+16=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #403910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403910 is #BFC6EF. Grayscale: #363636. Windows color (decimal): -12568304 or 1063232. OLE color: 1063232.

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

Color convert

RGB 64 57 16 -
CMYK 0 0.11 0.75 0.75
HSL 51.25º 0.6% 0.16% -
HSV(B) 51.25º 0.75% 0.25% -
XYZ 3.67 4.05 1.08 -
YUV 54.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 64 57 16 0 0.11 0.75 0.75 51.25 0.6 0.16
Hex 40 39 10 0 B 4B 4B 33 3C 10
Octal 100 71 20 0 13 113 113 63 74 20
Binary 1000000 111001 10000 0 1011 1001011 1001011 110011 111100 10000

Color Harmonies of #403910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403910

Black with #403910

Text Example


Text Example

White with #403910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403910; }

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

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

background-color css

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

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

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

border-color css

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

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

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