Html Css Color HEX #403701 Madras

📋 copy color: '#403701'

red 64 ◦ green 55 ◦ blue 1

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

Shades of Madras #403701

Tints of Madras #403701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.83%

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

R = 53.33%
G = 45.83%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#403701 (or 0x403701) is known color: Madras. HEX triplet: 40, 37 and 01. RGB value is (64,55,1). Sum of RGB (Red+Green+Blue) = 64+55+1=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #403701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403701 is #BFC8FE. Grayscale: #333333. Windows color (decimal): -12568831 or 79680. OLE color: 79680.

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

Color convert

RGB 64 55 1 -
CMYK 0 0.14 0.98 0.75
HSL 51.43º 0.97% 0.13% -
HSV(B) 51.43º 0.98% 0.25% -
XYZ 3.49 3.82 0.58 -
YUV 51.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 64 55 1 0 0.14 0.98 0.75 51.43 0.97 0.13
Hex 40 37 1 0 E 62 4B 33 61 D
Octal 100 67 1 0 16 142 113 63 141 15
Binary 1000000 110111 1 0 1110 1100010 1001011 110011 1100001 1101

Color Harmonies of #403701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403701

Black with #403701

Text Example


Text Example

White with #403701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403701; }

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

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

background-color css

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

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

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

border-color css

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

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

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