Html Css Color HEX #40371E Mikado

📋 copy color: '#40371E'

red 64 ◦ green 55 ◦ blue 30

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

Shades of Mikado #40371E

Tints of Mikado #40371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.13%

R = 42.95%
G = 36.91%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#40371E (or 0x40371E) is known color: Mikado. HEX triplet: 40, 37 and 1E. RGB value is (64,55,30). Sum of RGB (Red+Green+Blue) = 64+55+30=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #40371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40371E is #BFC8E1. Grayscale: #363636. Windows color (decimal): -12568802 or 1980224. OLE color: 1980224.

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

Color convert

RGB 64 55 30 -
CMYK 0 0.14 0.53 0.75
HSL 44.12º 0.36% 0.18% -
HSV(B) 44.12º 0.53% 0.25% -
XYZ 3.71 3.92 1.79 -
YUV 54.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 64 55 30 0 0.14 0.53 0.75 44.12 0.36 0.18
Hex 40 37 1E 0 E 35 4B 2C 24 12
Octal 100 67 36 0 16 65 113 54 44 22
Binary 1000000 110111 11110 0 1110 110101 1001011 101100 100100 10010

Color Harmonies of #40371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40371E

Black with #40371E

Text Example


Text Example

White with #40371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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