Html Css Color HEX #403911 Madras

📋 copy color: '#403911'

red 64 ◦ green 57 ◦ blue 17

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

Shades of Madras #403911

Tints of Madras #403911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.32%

R = 46.38%
G = 41.3%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#403911 (or 0x403911) is known color: Madras. HEX triplet: 40, 39 and 11. RGB value is (64,57,17). Sum of RGB (Red+Green+Blue) = 64+57+17=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403911 is #BFC6EE. Grayscale: #363636. Windows color (decimal): -12568303 or 1128768. OLE color: 1128768.

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

Color convert

RGB 64 57 17 -
CMYK 0 0.11 0.73 0.75
HSL 51.06º 0.58% 0.16% -
HSV(B) 51.06º 0.73% 0.25% -
XYZ 3.68 4.06 1.12 -
YUV 54.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 64 57 17 0 0.11 0.73 0.75 51.06 0.58 0.16
Hex 40 39 11 0 B 49 4B 33 3A 10
Octal 100 71 21 0 13 111 113 63 72 20
Binary 1000000 111001 10001 0 1011 1001001 1001011 110011 111010 10000

Color Harmonies of #403911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403911

Black with #403911

Text Example


Text Example

White with #403911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403911; }

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

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

background-color css

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

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

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

border-color css

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

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

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