Html Css Color HEX #403914 Madras

📋 copy color: '#403914'

red 64 ◦ green 57 ◦ blue 20

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

Shades of Madras #403914

Tints of Madras #403914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.18%

R = 45.39%
G = 40.43%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#403914 (or 0x403914) is known color: Madras. HEX triplet: 40, 39 and 14. RGB value is (64,57,20). Sum of RGB (Red+Green+Blue) = 64+57+20=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #403914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403914 is #BFC6EB. Grayscale: #373737. Windows color (decimal): -12568300 or 1325376. OLE color: 1325376.

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

Color convert

RGB 64 57 20 -
CMYK 0 0.11 0.69 0.75
HSL 50.45º 0.52% 0.16% -
HSV(B) 50.45º 0.69% 0.25% -
XYZ 3.7 4.07 1.25 -
YUV 54.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 64 57 20 0 0.11 0.69 0.75 50.45 0.52 0.16
Hex 40 39 14 0 B 45 4B 32 34 10
Octal 100 71 24 0 13 105 113 62 64 20
Binary 1000000 111001 10100 0 1011 1000101 1001011 110010 110100 10000

Color Harmonies of #403914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403914

Black with #403914

Text Example


Text Example

White with #403914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403914; }

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

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

background-color css

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

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

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

border-color css

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

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

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