Html Css Color HEX #403907 Madras

📋 copy color: '#403907'

red 64 ◦ green 57 ◦ blue 7

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

Shades of Madras #403907

Tints of Madras #403907

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.53%

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

R = 50%
G = 44.53%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#403907 (or 0x403907) is known color: Madras. HEX triplet: 40, 39 and 07. RGB value is (64,57,7). Sum of RGB (Red+Green+Blue) = 64+57+7=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #403907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403907 is #BFC6F8. Grayscale: #353535. Windows color (decimal): -12568313 or 473408. OLE color: 473408.

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

Color convert

RGB 64 57 7 -
CMYK 0 0.11 0.89 0.75
HSL 52.63º 0.8% 0.14% -
HSV(B) 52.63º 0.89% 0.25% -
XYZ 3.62 4.03 0.79 -
YUV 53.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 64 57 7 0 0.11 0.89 0.75 52.63 0.8 0.14
Hex 40 39 7 0 B 59 4B 35 50 E
Octal 100 71 7 0 13 131 113 65 120 16
Binary 1000000 111001 111 0 1011 1011001 1001011 110101 1010000 1110

Color Harmonies of #403907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403907

Black with #403907

Text Example


Text Example

White with #403907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403907; }

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

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

background-color css

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

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

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

border-color css

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

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

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