Html Css Color HEX #403C11 Madras

📋 copy color: '#403C11'

red 64 ◦ green 60 ◦ blue 17

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

Shades of Madras #403C11

Tints of Madras #403C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 42.55%

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

R = 45.39%
G = 42.55%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#403C11 (or 0x403C11) is known color: Madras. HEX triplet: 40, 3C and 11. RGB value is (64,60,17). Sum of RGB (Red+Green+Blue) = 64+60+17=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #403C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C11 is #BFC3EE. Grayscale: #383838. Windows color (decimal): -12567535 or 1129536. OLE color: 1129536.

HSL color Cylindrical-coordinate representation of color #403C11: hue angle of 54.89º 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 #403C11 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 60 17 -
CMYK 0 0.06 0.73 0.75
HSL 54.89º 0.58% 0.16% -
HSV(B) 54.89º 0.73% 0.25% -
XYZ 3.83 4.36 1.17 -
YUV 56.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 64 60 17 0 0.06 0.73 0.75 54.89 0.58 0.16
Hex 40 3C 11 0 6 49 4B 37 3A 10
Octal 100 74 21 0 6 111 113 67 72 20
Binary 1000000 111100 10001 0 110 1001001 1001011 110111 111010 10000

Color Harmonies of #403C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C11

Black with #403C11

Text Example


Text Example

White with #403C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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