Html Css Color HEX #403D16 Madras

📋 copy color: '#403D16'

red 64 ◦ green 61 ◦ blue 22

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

Shades of Madras #403D16

Tints of Madras #403D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.97%

R = 43.54%
G = 41.5%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#403D16 (or 0x403D16) is known color: Madras. HEX triplet: 40, 3D and 16. RGB value is (64,61,22). Sum of RGB (Red+Green+Blue) = 64+61+22=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #403D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D16 is #BFC2E9. Grayscale: #393939. Windows color (decimal): -12567274 or 1457472. OLE color: 1457472.

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

Color convert

RGB 64 61 22 -
CMYK 0 0.05 0.66 0.75
HSL 55.71º 0.49% 0.17% -
HSV(B) 55.71º 0.66% 0.25% -
XYZ 3.93 4.49 1.42 -
YUV 57.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 64 61 22 0 0.05 0.66 0.75 55.71 0.49 0.17
Hex 40 3D 16 0 5 42 4B 38 31 11
Octal 100 75 26 0 5 102 113 70 61 21
Binary 1000000 111101 10110 0 101 1000010 1001011 111000 110001 10001

Color Harmonies of #403D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D16

Black with #403D16

Text Example


Text Example

White with #403D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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