Html Css Color HEX #40391C Madras

📋 copy color: '#40391C'

red 64 ◦ green 57 ◦ blue 28

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

Shades of Madras #40391C

Tints of Madras #40391C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.79%

R = 42.95%
G = 38.26%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40391C (or 0x40391C) is known color: Madras. HEX triplet: 40, 39 and 1C. RGB value is (64,57,28). Sum of RGB (Red+Green+Blue) = 64+57+28=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #40391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40391C is #BFC6E3. Grayscale: #373737. Windows color (decimal): -12568292 or 1849664. OLE color: 1849664.

HSL color Cylindrical-coordinate representation of color #40391C: hue angle of 48.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40391C is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 57 28 -
CMYK 0 0.11 0.56 0.75
HSL 48.33º 0.39% 0.18% -
HSV(B) 48.33º 0.56% 0.25% -
XYZ 3.79 4.1 1.69 -
YUV 55.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 64 57 28 0 0.11 0.56 0.75 48.33 0.39 0.18
Hex 40 39 1C 0 B 38 4B 30 27 12
Octal 100 71 34 0 13 70 113 60 47 22
Binary 1000000 111001 11100 0 1011 111000 1001011 110000 100111 10010

Color Harmonies of #40391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40391C

Black with #40391C

Text Example


Text Example

White with #40391C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40391C; }

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

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

background-color css

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

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

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

border-color css

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

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

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