Html Css Color HEX #403D09 Madras

📋 copy color: '#403D09'

red 64 ◦ green 61 ◦ blue 9

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

Shades of Madras #403D09

Tints of Madras #403D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.72%

R = 47.76%
G = 45.52%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#403D09 (or 0x403D09) is known color: Madras. HEX triplet: 40, 3D and 09. RGB value is (64,61,9). Sum of RGB (Red+Green+Blue) = 64+61+9=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #403D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D09 is #BFC2F6. Grayscale: #383838. Windows color (decimal): -12567287 or 605504. OLE color: 605504.

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

Color convert

RGB 64 61 9 -
CMYK 0 0.05 0.86 0.75
HSL 56.73º 0.75% 0.14% -
HSV(B) 56.73º 0.86% 0.25% -
XYZ 3.83 4.45 0.91 -
YUV 55.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 64 61 9 0 0.05 0.86 0.75 56.73 0.75 0.14
Hex 40 3D 9 0 5 56 4B 39 4B E
Octal 100 75 11 0 5 126 113 71 113 16
Binary 1000000 111101 1001 0 101 1010110 1001011 111001 1001011 1110

Color Harmonies of #403D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D09

Black with #403D09

Text Example


Text Example

White with #403D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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