Html Css Color HEX #403D18 Madras

📋 copy color: '#403D18'

red 64 ◦ green 61 ◦ blue 24

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

Shades of Madras #403D18

Tints of Madras #403D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.11%

R = 42.95%
G = 40.94%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#403D18 (or 0x403D18) is known color: Madras. HEX triplet: 40, 3D and 18. RGB value is (64,61,24). Sum of RGB (Red+Green+Blue) = 64+61+24=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D18 is #BFC2E7. Grayscale: #393939. Windows color (decimal): -12567272 or 1588544. OLE color: 1588544.

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

Color convert

RGB 64 61 24 -
CMYK 0 0.05 0.62 0.75
HSL 55.5º 0.45% 0.17% -
HSV(B) 55.5º 0.63% 0.25% -
XYZ 3.95 4.49 1.52 -
YUV 57.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 64 61 24 0 0.05 0.62 0.75 55.5 0.45 0.17
Hex 40 3D 18 0 5 3E 4B 38 2D 11
Octal 100 75 30 0 5 76 113 70 55 21
Binary 1000000 111101 11000 0 101 111110 1001011 111000 101101 10001

Color Harmonies of #403D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D18

Black with #403D18

Text Example


Text Example

White with #403D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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