Html Css Color HEX #403816 Madras

📋 copy color: '#403816'

red 64 ◦ green 56 ◦ blue 22

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

Shades of Madras #403816

Tints of Madras #403816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.49%

R = 45.07%
G = 39.44%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#403816 (or 0x403816) is known color: Madras. HEX triplet: 40, 38 and 16. RGB value is (64,56,22). Sum of RGB (Red+Green+Blue) = 64+56+22=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #403816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403816 is #BFC7E9. Grayscale: #363636. Windows color (decimal): -12568554 or 1456192. OLE color: 1456192.

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

Color convert

RGB 64 56 22 -
CMYK 0 0.13 0.66 0.75
HSL 48.57º 0.49% 0.17% -
HSV(B) 48.57º 0.66% 0.25% -
XYZ 3.67 3.98 1.33 -
YUV 54.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 64 56 22 0 0.13 0.66 0.75 48.57 0.49 0.17
Hex 40 38 16 0 D 42 4B 31 31 11
Octal 100 70 26 0 15 102 113 61 61 21
Binary 1000000 111000 10110 0 1101 1000010 1001011 110001 110001 10001

Color Harmonies of #403816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403816

Black with #403816

Text Example


Text Example

White with #403816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403816; }

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

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

background-color css

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

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

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

border-color css

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

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

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