#40300E

Color #40300E Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #40300E

Tints of Mikado #40300E

Color information

#40300E (or 0x40300E) is unknown color: approx Mikado. HEX triplet: 40, 30 and 0E. RGB value is (64,48,14). Sum of RGB (Red+Green+Blue) = 64+48+14=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40300E is #BFCFF1. Grayscale: #313131. Windows color (decimal): -12570610 or 929856. OLE color: 929856.

HSL color Cylindrical-coordinate representation of color #40300E: hue angle of 40.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40300E is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB644814-
CMYK00.250.780.75
HSL40.8º64.1%15.29%-
HSV(B)40.8º78.12%25.1%-
XYZ3.253.240.87-
YUV48.91108.3138.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 14 (5.86% from 255) = 11.11%
R=50.79%
G=38.10%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64481400.250.780.7540.864.115.29
Hex4030E0194E4B2940f
Octal10060160311161135110017
Binary100000011000011100110011001110100101110100110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40300E; }

 p { color: rgb(64,48,14); }

 H1.HeaderClassName
 {
   color: #40300E;
 }
 .AnyTagClassName
 {
   color: #40300E;
 }
</style>
background-color css

<style>
 a { background-color: #40300E; }

 a { background-color: rgb(64,48,14); }

 div.DivClassName
 {
   background-color: #40300E;
 }
 .BgClassName
 {
   background-color: #40300E;
 }
</style>
border-color css

<style>
 span { border-color: #40300E; }

 span { border-color: rgb(64,48,14); }

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