Html Css Color HEX #403806 Madras

📋 copy color: '#403806'

red 64 ◦ green 56 ◦ blue 6

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

Shades of Madras #403806

Tints of Madras #403806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.76%

R = 50.79%
G = 44.44%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#403806 (or 0x403806) is known color: Madras. HEX triplet: 40, 38 and 06. RGB value is (64,56,6). Sum of RGB (Red+Green+Blue) = 64+56+6=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #403806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403806 is #BFC7F9. Grayscale: #343434. Windows color (decimal): -12568570 or 407616. OLE color: 407616.

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

Color convert

RGB 64 56 6 -
CMYK 0 0.13 0.91 0.75
HSL 51.72º 0.83% 0.14% -
HSV(B) 51.72º 0.91% 0.25% -
XYZ 3.56 3.93 0.74 -
YUV 52.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 64 56 6 0 0.13 0.91 0.75 51.72 0.83 0.14
Hex 40 38 6 0 D 5B 4B 34 53 E
Octal 100 70 6 0 15 133 113 64 123 16
Binary 1000000 111000 110 0 1101 1011011 1001011 110100 1010011 1110

Color Harmonies of #403806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403806

Black with #403806

Text Example


Text Example

White with #403806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403806; }

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

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

background-color css

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

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

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

border-color css

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

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

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