Html Css Color HEX #403916 Madras

📋 copy color: '#403916'

red 64 ◦ green 57 ◦ blue 22

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

Shades of Madras #403916

Tints of Madras #403916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.38%

R = 44.76%
G = 39.86%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#403916 (or 0x403916) is known color: Madras. HEX triplet: 40, 39 and 16. RGB value is (64,57,22). Sum of RGB (Red+Green+Blue) = 64+57+22=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #403916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403916 is #BFC6E9. Grayscale: #373737. Windows color (decimal): -12568298 or 1456448. OLE color: 1456448.

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

Color convert

RGB 64 57 22 -
CMYK 0 0.11 0.66 0.75
HSL 50º 0.49% 0.17% -
HSV(B) 50º 0.66% 0.25% -
XYZ 3.72 4.07 1.35 -
YUV 55.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 64 57 22 0 0.11 0.66 0.75 50 0.49 0.17
Hex 40 39 16 0 B 42 4B 32 31 11
Octal 100 71 26 0 13 102 113 62 61 21
Binary 1000000 111001 10110 0 1011 1000010 1001011 110010 110001 10001

Color Harmonies of #403916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403916

Black with #403916

Text Example


Text Example

White with #403916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403916; }

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

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

background-color css

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

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

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

border-color css

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

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

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