Html Css Color HEX #403814 Madras

📋 copy color: '#403814'

red 64 ◦ green 56 ◦ blue 20

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

Shades of Madras #403814

Tints of Madras #403814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.29%

R = 45.71%
G = 40%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#403814 (or 0x403814) is known color: Madras. HEX triplet: 40, 38 and 14. RGB value is (64,56,20). Sum of RGB (Red+Green+Blue) = 64+56+20=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #403814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403814 is #BFC7EB. Grayscale: #363636. Windows color (decimal): -12568556 or 1325120. OLE color: 1325120.

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

Color convert

RGB 64 56 20 -
CMYK 0 0.13 0.69 0.75
HSL 49.09º 0.52% 0.16% -
HSV(B) 49.09º 0.69% 0.25% -
XYZ 3.65 3.97 1.24 -
YUV 54.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 64 56 20 0 0.13 0.69 0.75 49.09 0.52 0.16
Hex 40 38 14 0 D 45 4B 31 34 10
Octal 100 70 24 0 15 105 113 61 64 20
Binary 1000000 111000 10100 0 1101 1000101 1001011 110001 110100 10000

Color Harmonies of #403814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403814

Black with #403814

Text Example


Text Example

White with #403814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403814; }

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

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

background-color css

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

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

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

border-color css

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

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

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