Html Css Color HEX #40371C Mikado

📋 copy color: '#40371C'

red 64 ◦ green 55 ◦ blue 28

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

Shades of Mikado #40371C

Tints of Mikado #40371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.05%

R = 43.54%
G = 37.41%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40371C (or 0x40371C) is known color: Mikado. HEX triplet: 40, 37 and 1C. RGB value is (64,55,28). Sum of RGB (Red+Green+Blue) = 64+55+28=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #40371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40371C is #BFC8E3. Grayscale: #363636. Windows color (decimal): -12568804 or 1849152. OLE color: 1849152.

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

Color convert

RGB 64 55 28 -
CMYK 0 0.14 0.56 0.75
HSL 45º 0.39% 0.18% -
HSV(B) 45º 0.56% 0.25% -
XYZ 3.69 3.91 1.66 -
YUV 54.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 64 55 28 0 0.14 0.56 0.75 45 0.39 0.18
Hex 40 37 1C 0 E 38 4B 2D 27 12
Octal 100 67 34 0 16 70 113 55 47 22
Binary 1000000 110111 11100 0 1110 111000 1001011 101101 100111 10010

Color Harmonies of #40371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40371C

Black with #40371C

Text Example


Text Example

White with #40371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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