Html Css Color HEX #403E11 Madras

📋 copy color: '#403E11'

red 64 ◦ green 62 ◦ blue 17

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

Shades of Madras #403E11

Tints of Madras #403E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.89%

R = 44.76%
G = 43.36%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#403E11 (or 0x403E11) is known color: Madras. HEX triplet: 40, 3E and 11. RGB value is (64,62,17). Sum of RGB (Red+Green+Blue) = 64+62+17=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #403E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E11 is #BFC1EE. Grayscale: #393939. Windows color (decimal): -12567023 or 1130048. OLE color: 1130048.

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

Color convert

RGB 64 62 17 -
CMYK 0 0.03 0.73 0.75
HSL 57.45º 0.58% 0.16% -
HSV(B) 57.45º 0.73% 0.25% -
XYZ 3.94 4.58 1.21 -
YUV 57.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 64 62 17 0 0.03 0.73 0.75 57.45 0.58 0.16
Hex 40 3E 11 0 3 49 4B 39 3A 10
Octal 100 76 21 0 3 111 113 71 72 20
Binary 1000000 111110 10001 0 11 1001001 1001011 111001 111010 10000

Color Harmonies of #403E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E11

Black with #403E11

Text Example


Text Example

White with #403E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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