Html Css Color HEX #403818 Madras

📋 copy color: '#403818'

red 64 ◦ green 56 ◦ blue 24

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

Shades of Madras #403818

Tints of Madras #403818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.67%

R = 44.44%
G = 38.89%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#403818 (or 0x403818) is known color: Madras. HEX triplet: 40, 38 and 18. RGB value is (64,56,24). Sum of RGB (Red+Green+Blue) = 64+56+24=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #403818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403818 is #BFC7E7. Grayscale: #363636. Windows color (decimal): -12568552 or 1587264. OLE color: 1587264.

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

Color convert

RGB 64 56 24 -
CMYK 0 0.13 0.62 0.75
HSL 48º 0.45% 0.17% -
HSV(B) 48º 0.63% 0.25% -
XYZ 3.69 3.98 1.44 -
YUV 54.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 64 56 24 0 0.13 0.62 0.75 48 0.45 0.17
Hex 40 38 18 0 D 3E 4B 30 2D 11
Octal 100 70 30 0 15 76 113 60 55 21
Binary 1000000 111000 11000 0 1101 111110 1001011 110000 101101 10001

Color Harmonies of #403818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403818

Black with #403818

Text Example


Text Example

White with #403818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403818; }

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

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

background-color css

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

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

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

border-color css

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

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

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