Html Css Color HEX #403E16 Madras

📋 copy color: '#403E16'

red 64 ◦ green 62 ◦ blue 22

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

Shades of Madras #403E16

Tints of Madras #403E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 43.24%
G = 41.89%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#403E16 (or 0x403E16) is known color: Madras. HEX triplet: 40, 3E and 16. RGB value is (64,62,22). Sum of RGB (Red+Green+Blue) = 64+62+22=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #403E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E16 is #BFC1E9. Grayscale: #3A3A3A. Windows color (decimal): -12567018 or 1457728. OLE color: 1457728.

HSL color Cylindrical-coordinate representation of color #403E16: hue angle of 57.14º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403E16 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 62 22 -
CMYK 0 0.03 0.66 0.75
HSL 57.14º 0.49% 0.17% -
HSV(B) 57.14º 0.66% 0.25% -
XYZ 3.98 4.59 1.44 -
YUV 58.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 64 62 22 0 0.03 0.66 0.75 57.14 0.49 0.17
Hex 40 3E 16 0 3 42 4B 39 31 11
Octal 100 76 26 0 3 102 113 71 61 21
Binary 1000000 111110 10110 0 11 1000010 1001011 111001 110001 10001

Color Harmonies of #403E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E16

Black with #403E16

Text Example


Text Example

White with #403E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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