Html Css Color HEX #403D1E Madras

📋 copy color: '#403D1E'

red 64 ◦ green 61 ◦ blue 30

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

Shades of Madras #403D1E

Tints of Madras #403D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 41.29%
G = 39.35%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#403D1E (or 0x403D1E) is known color: Madras. HEX triplet: 40, 3D and 1E. RGB value is (64,61,30). Sum of RGB (Red+Green+Blue) = 64+61+30=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #403D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D1E is #BFC2E1. Grayscale: #3A3A3A. Windows color (decimal): -12567266 or 1981760. OLE color: 1981760.

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

Color convert

RGB 64 61 30 -
CMYK 0 0.05 0.53 0.75
HSL 54.71º 0.36% 0.18% -
HSV(B) 54.71º 0.53% 0.25% -
XYZ 4.02 4.52 1.89 -
YUV 58.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 64 61 30 0 0.05 0.53 0.75 54.71 0.36 0.18
Hex 40 3D 1E 0 5 35 4B 37 24 12
Octal 100 75 36 0 5 65 113 67 44 22
Binary 1000000 111101 11110 0 101 110101 1001011 110111 100100 10010

Color Harmonies of #403D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D1E

Black with #403D1E

Text Example


Text Example

White with #403D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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