Html Css Color HEX #403913 Madras

📋 copy color: '#403913'

red 64 ◦ green 57 ◦ blue 19

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

Shades of Madras #403913

Tints of Madras #403913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.57%

R = 45.71%
G = 40.71%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#403913 (or 0x403913) is known color: Madras. HEX triplet: 40, 39 and 13. RGB value is (64,57,19). Sum of RGB (Red+Green+Blue) = 64+57+19=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #403913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403913 is #BFC6EC. Grayscale: #363636. Windows color (decimal): -12568301 or 1259840. OLE color: 1259840.

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

Color convert

RGB 64 57 19 -
CMYK 0 0.11 0.70 0.75
HSL 50.67º 0.54% 0.16% -
HSV(B) 50.67º 0.7% 0.25% -
XYZ 3.7 4.06 1.21 -
YUV 54.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 64 57 19 0 0.11 0.70 0.75 50.67 0.54 0.16
Hex 40 39 13 0 B 46 4B 33 36 10
Octal 100 71 23 0 13 106 113 63 66 20
Binary 1000000 111001 10011 0 1011 1000110 1001011 110011 110110 10000

Color Harmonies of #403913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403913

Black with #403913

Text Example


Text Example

White with #403913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403913; }

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

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

background-color css

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

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

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

border-color css

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

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

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