Html Css Color HEX #403912 Madras

📋 copy color: '#403912'

red 64 ◦ green 57 ◦ blue 18

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

Shades of Madras #403912

Tints of Madras #403912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.95%

R = 46.04%
G = 41.01%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#403912 (or 0x403912) is known color: Madras. HEX triplet: 40, 39 and 12. RGB value is (64,57,18). Sum of RGB (Red+Green+Blue) = 64+57+18=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #403912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403912 is #BFC6ED. Grayscale: #363636. Windows color (decimal): -12568302 or 1194304. OLE color: 1194304.

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

Color convert

RGB 64 57 18 -
CMYK 0 0.11 0.72 0.75
HSL 50.87º 0.56% 0.16% -
HSV(B) 50.87º 0.72% 0.25% -
XYZ 3.69 4.06 1.16 -
YUV 54.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 64 57 18 0 0.11 0.72 0.75 50.87 0.56 0.16
Hex 40 39 12 0 B 48 4B 33 38 10
Octal 100 71 22 0 13 110 113 63 70 20
Binary 1000000 111001 10010 0 1011 1001000 1001011 110011 111000 10000

Color Harmonies of #403912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403912

Black with #403912

Text Example


Text Example

White with #403912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403912; }

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

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

background-color css

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

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

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

border-color css

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

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

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