Html Css Color HEX #403707 Madras

📋 copy color: '#403707'

red 64 ◦ green 55 ◦ blue 7

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

Shades of Madras #403707

Tints of Madras #403707

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.65%

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

R = 50.79%
G = 43.65%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#403707 (or 0x403707) is known color: Madras. HEX triplet: 40, 37 and 07. RGB value is (64,55,7). Sum of RGB (Red+Green+Blue) = 64+55+7=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #403707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403707 is #BFC8F8. Grayscale: #343434. Windows color (decimal): -12568825 or 472896. OLE color: 472896.

HSL color Cylindrical-coordinate representation of color #403707: hue angle of 50.53º 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 #403707 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 55 7 -
CMYK 0 0.14 0.89 0.75
HSL 50.53º 0.8% 0.14% -
HSV(B) 50.53º 0.89% 0.25% -
XYZ 3.52 3.84 0.76 -
YUV 52.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 64 55 7 0 0.14 0.89 0.75 50.53 0.8 0.14
Hex 40 37 7 0 E 59 4B 33 50 E
Octal 100 67 7 0 16 131 113 63 120 16
Binary 1000000 110111 111 0 1110 1011001 1001011 110011 1010000 1110

Color Harmonies of #403707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403707

Black with #403707

Text Example


Text Example

White with #403707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403707; }

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

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

background-color css

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

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

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

border-color css

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

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

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