Html Css Color HEX #403801 Madras

📋 copy color: '#403801'

red 64 ◦ green 56 ◦ blue 1

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

Shades of Madras #403801

Tints of Madras #403801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 52.89%
G = 46.28%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#403801 (or 0x403801) is known color: Madras. HEX triplet: 40, 38 and 01. RGB value is (64,56,1). Sum of RGB (Red+Green+Blue) = 64+56+1=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #403801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403801 is #BFC7FE. Grayscale: #343434. Windows color (decimal): -12568575 or 79936. OLE color: 79936.

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

Color convert

RGB 64 56 1 -
CMYK 0 0.13 0.98 0.75
HSL 52.38º 0.97% 0.13% -
HSV(B) 52.38º 0.98% 0.25% -
XYZ 3.53 3.92 0.6 -
YUV 52.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 64 56 1 0 0.13 0.98 0.75 52.38 0.97 0.13
Hex 40 38 1 0 D 62 4B 34 61 D
Octal 100 70 1 0 15 142 113 64 141 15
Binary 1000000 111000 1 0 1101 1100010 1001011 110100 1100001 1101

Color Harmonies of #403801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403801

Black with #403801

Text Example


Text Example

White with #403801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403801; }

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

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

background-color css

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

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

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

border-color css

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

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

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