Html Css Color HEX #40371B Mikado

📋 copy color: '#40371B'

red 64 ◦ green 55 ◦ blue 27

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

Shades of Mikado #40371B

Tints of Mikado #40371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 43.84%
G = 37.67%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#40371B (or 0x40371B) is known color: Mikado. HEX triplet: 40, 37 and 1B. RGB value is (64,55,27). Sum of RGB (Red+Green+Blue) = 64+55+27=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40371B is #BFC8E4. Grayscale: #363636. Windows color (decimal): -12568805 or 1783616. OLE color: 1783616.

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

Color convert

RGB 64 55 27 -
CMYK 0 0.14 0.58 0.75
HSL 45.41º 0.41% 0.18% -
HSV(B) 45.41º 0.58% 0.25% -
XYZ 3.68 3.9 1.6 -
YUV 54.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 64 55 27 0 0.14 0.58 0.75 45.41 0.41 0.18
Hex 40 37 1B 0 E 3A 4B 2D 29 12
Octal 100 67 33 0 16 72 113 55 51 22
Binary 1000000 110111 11011 0 1110 111010 1001011 101101 101001 10010

Color Harmonies of #40371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40371B

Black with #40371B

Text Example


Text Example

White with #40371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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