Html Css Color HEX #403807 Madras

📋 copy color: '#403807'

red 64 ◦ green 56 ◦ blue 7

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

Shades of Madras #403807

Tints of Madras #403807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.09%

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

R = 50.39%
G = 44.09%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#403807 (or 0x403807) is known color: Madras. HEX triplet: 40, 38 and 07. RGB value is (64,56,7). Sum of RGB (Red+Green+Blue) = 64+56+7=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #403807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403807 is #BFC7F8. Grayscale: #353535. Windows color (decimal): -12568569 or 473152. OLE color: 473152.

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

Color convert

RGB 64 56 7 -
CMYK 0 0.13 0.89 0.75
HSL 51.58º 0.8% 0.14% -
HSV(B) 51.58º 0.89% 0.25% -
XYZ 3.57 3.93 0.77 -
YUV 52.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 64 56 7 0 0.13 0.89 0.75 51.58 0.8 0.14
Hex 40 38 7 0 D 59 4B 34 50 E
Octal 100 70 7 0 15 131 113 64 120 16
Binary 1000000 111000 111 0 1101 1011001 1001011 110100 1010000 1110

Color Harmonies of #403807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403807

Black with #403807

Text Example


Text Example

White with #403807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403807; }

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

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

background-color css

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

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

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

border-color css

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

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

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