Html Css Color HEX #403D14 Madras

📋 copy color: '#403D14'

red 64 ◦ green 61 ◦ blue 20

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

Shades of Madras #403D14

Tints of Madras #403D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.79%

R = 44.14%
G = 42.07%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#403D14 (or 0x403D14) is known color: Madras. HEX triplet: 40, 3D and 14. RGB value is (64,61,20). Sum of RGB (Red+Green+Blue) = 64+61+20=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #403D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D14 is #BFC2EB. Grayscale: #393939. Windows color (decimal): -12567276 or 1326400. OLE color: 1326400.

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

Color convert

RGB 64 61 20 -
CMYK 0 0.05 0.69 0.75
HSL 55.91º 0.52% 0.16% -
HSV(B) 55.91º 0.69% 0.25% -
XYZ 3.91 4.48 1.32 -
YUV 57.22 106.99 132.83 -
System Red Green Blue C M Y K H S L
Decimal 64 61 20 0 0.05 0.69 0.75 55.91 0.52 0.16
Hex 40 3D 14 0 5 45 4B 38 34 10
Octal 100 75 24 0 5 105 113 70 64 20
Binary 1000000 111101 10100 0 101 1000101 1001011 111000 110100 10000

Color Harmonies of #403D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D14

Black with #403D14

Text Example


Text Example

White with #403D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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