Html Css Color HEX #403710 Madras

📋 copy color: '#403710'

red 64 ◦ green 55 ◦ blue 16

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

Shades of Madras #403710

Tints of Madras #403710

RGB

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

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

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

R = 47.41%
G = 40.74%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#403710 (or 0x403710) is known color: Madras. HEX triplet: 40, 37 and 10. RGB value is (64,55,16). Sum of RGB (Red+Green+Blue) = 64+55+16=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #403710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403710 is #BFC8EF. Grayscale: #353535. Windows color (decimal): -12568816 or 1062720. OLE color: 1062720.

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

Color convert

RGB 64 55 16 -
CMYK 0 0.14 0.75 0.75
HSL 48.75º 0.6% 0.16% -
HSV(B) 48.75º 0.75% 0.25% -
XYZ 3.57 3.86 1.05 -
YUV 53.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 64 55 16 0 0.14 0.75 0.75 48.75 0.6 0.16
Hex 40 37 10 0 E 4B 4B 31 3C 10
Octal 100 67 20 0 16 113 113 61 74 20
Binary 1000000 110111 10000 0 1110 1001011 1001011 110001 111100 10000

Color Harmonies of #403710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403710

Black with #403710

Text Example


Text Example

White with #403710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403710; }

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

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

background-color css

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

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

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

border-color css

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

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

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