Html Css Color HEX #403D19 Madras

📋 copy color: '#403D19'

red 64 ◦ green 61 ◦ blue 25

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

Shades of Madras #403D19

Tints of Madras #403D19

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.67%

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

R = 42.67%
G = 40.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#403D19 (or 0x403D19) is known color: Madras. HEX triplet: 40, 3D and 19. RGB value is (64,61,25). Sum of RGB (Red+Green+Blue) = 64+61+25=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #403D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D19 is #BFC2E6. Grayscale: #393939. Windows color (decimal): -12567271 or 1654080. OLE color: 1654080.

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

Color convert

RGB 64 61 25 -
CMYK 0 0.05 0.61 0.75
HSL 55.38º 0.44% 0.17% -
HSV(B) 55.38º 0.61% 0.25% -
XYZ 3.96 4.5 1.58 -
YUV 57.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 64 61 25 0 0.05 0.61 0.75 55.38 0.44 0.17
Hex 40 3D 19 0 5 3D 4B 37 2C 11
Octal 100 75 31 0 5 75 113 67 54 21
Binary 1000000 111101 11001 0 101 111101 1001011 110111 101100 10001

Color Harmonies of #403D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D19

Black with #403D19

Text Example


Text Example

White with #403D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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