Html Css Color HEX #403908 Madras

📋 copy color: '#403908'

red 64 ◦ green 57 ◦ blue 8

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

Shades of Madras #403908

Tints of Madras #403908

RGB

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

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

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

R = 49.61%
G = 44.19%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#403908 (or 0x403908) is known color: Madras. HEX triplet: 40, 39 and 08. RGB value is (64,57,8). Sum of RGB (Red+Green+Blue) = 64+57+8=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #403908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403908 is #BFC6F7. Grayscale: #353535. Windows color (decimal): -12568312 or 538944. OLE color: 538944.

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

Color convert

RGB 64 57 8 -
CMYK 0 0.11 0.87 0.75
HSL 52.5º 0.78% 0.14% -
HSV(B) 52.5º 0.88% 0.25% -
XYZ 3.62 4.03 0.82 -
YUV 53.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 64 57 8 0 0.11 0.87 0.75 52.5 0.78 0.14
Hex 40 39 8 0 B 57 4B 34 4E E
Octal 100 71 10 0 13 127 113 64 116 16
Binary 1000000 111001 1000 0 1011 1010111 1001011 110100 1001110 1110

Color Harmonies of #403908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403908

Black with #403908

Text Example


Text Example

White with #403908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403908; }

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

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

background-color css

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

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

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

border-color css

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

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

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