Html Css Color HEX #403E13 Madras

📋 copy color: '#403E13'

red 64 ◦ green 62 ◦ blue 19

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

Shades of Madras #403E13

Tints of Madras #403E13

RGB

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

 GREEN value IS 62 (24.61% from 255) = 42.76%

 BLUE value IS 19 (7.81% from 255) = 13.1%

R = 44.14%
G = 42.76%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#403E13 (or 0x403E13) is known color: Madras. HEX triplet: 40, 3E and 13. RGB value is (64,62,19). Sum of RGB (Red+Green+Blue) = 64+62+19=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #403E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E13 is #BFC1EC. Grayscale: #393939. Windows color (decimal): -12567021 or 1261120. OLE color: 1261120.

HSL color Cylindrical-coordinate representation of color #403E13: hue angle of 57.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403E13 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 62 19 -
CMYK 0 0.03 0.70 0.75
HSL 57.33º 0.54% 0.16% -
HSV(B) 57.33º 0.7% 0.25% -
XYZ 3.95 4.58 1.29 -
YUV 57.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 64 62 19 0 0.03 0.70 0.75 57.33 0.54 0.16
Hex 40 3E 13 0 3 46 4B 39 36 10
Octal 100 76 23 0 3 106 113 71 66 20
Binary 1000000 111110 10011 0 11 1000110 1001011 111001 110110 10000

Color Harmonies of #403E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E13

Black with #403E13

Text Example


Text Example

White with #403E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403E13; }

 p { color: rgb(64,62,19); }

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

background-color css

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

 a { background-color: rgb(64,62,19); }

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

border-color css

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

 span { border-color: rgb(64,62,19); }

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