Html Css Color HEX #403D15 Madras

📋 copy color: '#403D15'

red 64 ◦ green 61 ◦ blue 21

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

Shades of Madras #403D15

Tints of Madras #403D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.38%

R = 43.84%
G = 41.78%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#403D15 (or 0x403D15) is known color: Madras. HEX triplet: 40, 3D and 15. RGB value is (64,61,21). Sum of RGB (Red+Green+Blue) = 64+61+21=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #403D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D15 is #BFC2EA. Grayscale: #393939. Windows color (decimal): -12567275 or 1391936. OLE color: 1391936.

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

Color convert

RGB 64 61 21 -
CMYK 0 0.05 0.67 0.75
HSL 55.81º 0.51% 0.17% -
HSV(B) 55.81º 0.67% 0.25% -
XYZ 3.92 4.48 1.37 -
YUV 57.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 64 61 21 0 0.05 0.67 0.75 55.81 0.51 0.17
Hex 40 3D 15 0 5 43 4B 38 33 11
Octal 100 75 25 0 5 103 113 70 63 21
Binary 1000000 111101 10101 0 101 1000011 1001011 111000 110011 10001

Color Harmonies of #403D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D15

Black with #403D15

Text Example


Text Example

White with #403D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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