Html Css Color HEX #403D07 Madras

📋 copy color: '#403D07'

red 64 ◦ green 61 ◦ blue 7

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

Shades of Madras #403D07

Tints of Madras #403D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.3%

R = 48.48%
G = 46.21%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#403D07 (or 0x403D07) is known color: Madras. HEX triplet: 40, 3D and 07. RGB value is (64,61,7). Sum of RGB (Red+Green+Blue) = 64+61+7=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #403D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D07 is #BFC2F8. Grayscale: #373737. Windows color (decimal): -12567289 or 474432. OLE color: 474432.

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

Color convert

RGB 64 61 7 -
CMYK 0 0.05 0.89 0.75
HSL 56.84º 0.8% 0.14% -
HSV(B) 56.84º 0.89% 0.25% -
XYZ 3.82 4.44 0.86 -
YUV 55.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 64 61 7 0 0.05 0.89 0.75 56.84 0.8 0.14
Hex 40 3D 7 0 5 59 4B 39 50 E
Octal 100 75 7 0 5 131 113 71 120 16
Binary 1000000 111101 111 0 101 1011001 1001011 111001 1010000 1110

Color Harmonies of #403D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D07

Black with #403D07

Text Example


Text Example

White with #403D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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