Html Css Color HEX #40371A Mikado

📋 copy color: '#40371A'

red 64 ◦ green 55 ◦ blue 26

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

Shades of Mikado #40371A

Tints of Mikado #40371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.93%

R = 44.14%
G = 37.93%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#40371A (or 0x40371A) is known color: Mikado. HEX triplet: 40, 37 and 1A. RGB value is (64,55,26). Sum of RGB (Red+Green+Blue) = 64+55+26=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40371A is #BFC8E5. Grayscale: #363636. Windows color (decimal): -12568806 or 1718080. OLE color: 1718080.

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

Color convert

RGB 64 55 26 -
CMYK 0 0.14 0.59 0.75
HSL 45.79º 0.42% 0.18% -
HSV(B) 45.79º 0.59% 0.25% -
XYZ 3.67 3.9 1.54 -
YUV 54.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 64 55 26 0 0.14 0.59 0.75 45.79 0.42 0.18
Hex 40 37 1A 0 E 3B 4B 2E 2A 12
Octal 100 67 32 0 16 73 113 56 52 22
Binary 1000000 110111 11010 0 1110 111011 1001011 101110 101010 10010

Color Harmonies of #40371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40371A

Black with #40371A

Text Example


Text Example

White with #40371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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