#40300C

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

Shades of Mikado #40300C

Tints of Mikado #40300C

Color information

#40300C (or 0x40300C) is unknown color: approx Mikado. HEX triplet: 40, 30 and 0C. RGB value is (64,48,12). Sum of RGB (Red+Green+Blue) = 64+48+12=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #40300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40300C is #BFCFF3. Grayscale: #303030. Windows color (decimal): -12570612 or 798784. OLE color: 798784.

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

Color convert

RGB644812-
CMYK00.250.810.75
HSL41.54º68.42%14.9%-
HSV(B)41.54º81.25%25.1%-
XYZ3.243.230.8-
YUV48.68107.3138.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 48 (19.14% from 255) = 38.71%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=51.61%
G=38.71%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64481200.250.810.7541.5468.4214.9
Hex4030C019514B2a44f
Octal10060140311211135210417
Binary100000011000011000110011010001100101110101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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