#403013

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

Shades of Mikado #403013

Tints of Mikado #403013

Color information

#403013 (or 0x403013) is unknown color: approx Mikado. HEX triplet: 40, 30 and 13. RGB value is (64,48,19). Sum of RGB (Red+Green+Blue) = 64+48+19=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #403013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403013 is #BFCFEC. Grayscale: #313131. Windows color (decimal): -12570605 or 1257536. OLE color: 1257536.

HSL color Cylindrical-coordinate representation of color #403013: hue angle of 38.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403013 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB644819-
CMYK00.250.700.75
HSL38.67º54.22%16.27%-
HSV(B)38.67º70.31%25.1%-
XYZ3.293.251.07-
YUV49.48110.8138.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=48.85%
G=36.64%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64481900.250.700.7538.6754.2216.27
Hex403013019464B273610
Octal1006023031106113476620
Binary1000000110000100110110011000110100101110011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403013; }

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

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

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

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

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

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

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

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