Html Css Color HEX #403C19 Madras

📋 copy color: '#403C19'

red 64 ◦ green 60 ◦ blue 25

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

Shades of Madras #403C19

Tints of Madras #403C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.78%

R = 42.95%
G = 40.27%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#403C19 (or 0x403C19) is known color: Madras. HEX triplet: 40, 3C and 19. RGB value is (64,60,25). Sum of RGB (Red+Green+Blue) = 64+60+25=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C19 is #BFC3E6. Grayscale: #393939. Windows color (decimal): -12567527 or 1653824. OLE color: 1653824.

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

Color convert

RGB 64 60 25 -
CMYK 0 0.06 0.61 0.75
HSL 53.85º 0.44% 0.17% -
HSV(B) 53.85º 0.61% 0.25% -
XYZ 3.91 4.39 1.56 -
YUV 57.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 64 60 25 0 0.06 0.61 0.75 53.85 0.44 0.17
Hex 40 3C 19 0 6 3D 4B 36 2C 11
Octal 100 74 31 0 6 75 113 66 54 21
Binary 1000000 111100 11001 0 110 111101 1001011 110110 101100 10001

Color Harmonies of #403C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C19

Black with #403C19

Text Example


Text Example

White with #403C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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