Html Css Color HEX #403700 Madras

📋 copy color: '#403700'

red 64 ◦ green 55 ◦ blue 0

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

Shades of Madras #403700

Tints of Madras #403700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.78%
G = 46.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#403700 (or 0x403700) is known color: Madras. HEX triplet: 40, 37 and 00. RGB value is (64,55,0). Sum of RGB (Red+Green+Blue) = 64+55+0=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #403700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403700 is #BFC8FF. Grayscale: #333333. Windows color (decimal): -12568832 or 14144. OLE color: 14144.

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

Color convert

RGB 64 55 0 -
CMYK 0 0.14 1 0.75
HSL 51.56º 1% 0.13% -
HSV(B) 51.56º 1% 0.25% -
XYZ 3.48 3.82 0.55 -
YUV 51.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 64 55 0 0 0.14 1 0.75 51.56 1 0.13
Hex 40 37 0 0 E 64 4B 34 64 D
Octal 100 67 0 0 16 144 113 64 144 15
Binary 1000000 110111 0 0 1110 1100100 1001011 110100 1100100 1101

Color Harmonies of #403700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403700

Black with #403700

Text Example


Text Example

White with #403700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403700; }

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

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

background-color css

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

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

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

border-color css

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

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

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