Html Css Color HEX #40370E Madras

📋 copy color: '#40370E'

red 64 ◦ green 55 ◦ blue 14

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

Shades of Madras #40370E

Tints of Madras #40370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.53%

R = 48.12%
G = 41.35%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#40370E (or 0x40370E) is known color: Madras. HEX triplet: 40, 37 and 0E. RGB value is (64,55,14). Sum of RGB (Red+Green+Blue) = 64+55+14=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #40370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40370E is #BFC8F1. Grayscale: #353535. Windows color (decimal): -12568818 or 931648. OLE color: 931648.

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

Color convert

RGB 64 55 14 -
CMYK 0 0.14 0.78 0.75
HSL 49.2º 0.64% 0.15% -
HSV(B) 49.2º 0.78% 0.25% -
XYZ 3.56 3.85 0.97 -
YUV 53.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 64 55 14 0 0.14 0.78 0.75 49.2 0.64 0.15
Hex 40 37 E 0 E 4E 4B 31 40 F
Octal 100 67 16 0 16 116 113 61 100 17
Binary 1000000 110111 1110 0 1110 1001110 1001011 110001 1000000 1111

Color Harmonies of #40370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40370E

Black with #40370E

Text Example


Text Example

White with #40370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40370E; }

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

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

background-color css

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

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

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

border-color css

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

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

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