Html Css Color HEX #40310F Mikado

📋 copy color: '#40310F'

red 64 ◦ green 49 ◦ blue 15

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

Shades of Mikado #40310F

Tints of Mikado #40310F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.72%

R = 50%
G = 38.28%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40310F (or 0x40310F) is known color: Mikado. HEX triplet: 40, 31 and 0F. RGB value is (64,49,15). Sum of RGB (Red+Green+Blue) = 64+49+15=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40310F is #BFCEF0. Grayscale: #313131. Windows color (decimal): -12570353 or 995648. OLE color: 995648.

HSL color Cylindrical-coordinate representation of color #40310F: hue angle of 41.63º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40310F is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 49 15 -
CMYK 0 0.23 0.77 0.75
HSL 41.63º 0.62% 0.15% -
HSV(B) 41.63º 0.77% 0.25% -
XYZ 3.3 3.32 0.92 -
YUV 49.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 64 49 15 0 0.23 0.77 0.75 41.63 0.62 0.15
Hex 40 31 F 0 17 4D 4B 2A 3E F
Octal 100 61 17 0 27 115 113 52 76 17
Binary 1000000 110001 1111 0 10111 1001101 1001011 101010 111110 1111

Color Harmonies of #40310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40310F

Black with #40310F

Text Example


Text Example

White with #40310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40310F; }

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

 H1.HeaderClassName
 {
   color: #40310F;
 }
 .AnyTagClassName
 {
   color: #40310F;
 }
</style>

background-color css

<style>
 a { background-color: #40310F; }

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

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

border-color css

<style>
 span { border-color: #40310F; }

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

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