Html Css Color HEX #40391B Madras

📋 copy color: '#40391B'

red 64 ◦ green 57 ◦ blue 27

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

Shades of Madras #40391B

Tints of Madras #40391B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 43.24%
G = 38.51%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#40391B (or 0x40391B) is known color: Madras. HEX triplet: 40, 39 and 1B. RGB value is (64,57,27). Sum of RGB (Red+Green+Blue) = 64+57+27=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40391B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40391B is #BFC6E4. Grayscale: #373737. Windows color (decimal): -12568293 or 1784128. OLE color: 1784128.

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

Color convert

RGB 64 57 27 -
CMYK 0 0.11 0.58 0.75
HSL 48.65º 0.41% 0.18% -
HSV(B) 48.65º 0.58% 0.25% -
XYZ 3.78 4.1 1.63 -
YUV 55.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 64 57 27 0 0.11 0.58 0.75 48.65 0.41 0.18
Hex 40 39 1B 0 B 3A 4B 31 29 12
Octal 100 71 33 0 13 72 113 61 51 22
Binary 1000000 111001 11011 0 1011 111010 1001011 110001 101001 10010

Color Harmonies of #40391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40391B

Black with #40391B

Text Example


Text Example

White with #40391B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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