Html Css Color HEX #403808 Madras

📋 copy color: '#403808'

red 64 ◦ green 56 ◦ blue 8

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

Shades of Madras #403808

Tints of Madras #403808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.25%

R = 50%
G = 43.75%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#403808 (or 0x403808) is known color: Madras. HEX triplet: 40, 38 and 08. RGB value is (64,56,8). Sum of RGB (Red+Green+Blue) = 64+56+8=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #403808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403808 is #BFC7F7. Grayscale: #353535. Windows color (decimal): -12568568 or 538688. OLE color: 538688.

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

Color convert

RGB 64 56 8 -
CMYK 0 0.13 0.87 0.75
HSL 51.43º 0.78% 0.14% -
HSV(B) 51.43º 0.88% 0.25% -
XYZ 3.57 3.94 0.8 -
YUV 52.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 64 56 8 0 0.13 0.87 0.75 51.43 0.78 0.14
Hex 40 38 8 0 D 57 4B 33 4E E
Octal 100 70 10 0 15 127 113 63 116 16
Binary 1000000 111000 1000 0 1101 1010111 1001011 110011 1001110 1110

Color Harmonies of #403808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403808

Black with #403808

Text Example


Text Example

White with #403808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403808; }

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

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

background-color css

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

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

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

border-color css

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

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

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