Html Css Color HEX #40311A Mikado

📋 copy color: '#40311A'

red 64 ◦ green 49 ◦ blue 26

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

Shades of Mikado #40311A

Tints of Mikado #40311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.25%

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

R = 46.04%
G = 35.25%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#40311A (or 0x40311A) is known color: Mikado. HEX triplet: 40, 31 and 1A. RGB value is (64,49,26). Sum of RGB (Red+Green+Blue) = 64+49+26=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #40311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40311A is #BFCEE5. Grayscale: #323232. Windows color (decimal): -12570342 or 1716544. OLE color: 1716544.

HSL color Cylindrical-coordinate representation of color #40311A: hue angle of 36.32º 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 #40311A is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 49 26 -
CMYK 0 0.23 0.59 0.75
HSL 36.32º 0.42% 0.18% -
HSV(B) 36.32º 0.59% 0.25% -
XYZ 3.4 3.36 1.45 -
YUV 50.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 64 49 26 0 0.23 0.59 0.75 36.32 0.42 0.18
Hex 40 31 1A 0 17 3B 4B 24 2A 12
Octal 100 61 32 0 27 73 113 44 52 22
Binary 1000000 110001 11010 0 10111 111011 1001011 100100 101010 10010

Color Harmonies of #40311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40311A

Black with #40311A

Text Example


Text Example

White with #40311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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