#403310

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

Shades of Mikado #403310

Tints of Mikado #403310

Color information

#403310 (or 0x403310) is unknown color: approx Mikado. HEX triplet: 40, 33 and 10. RGB value is (64,51,16). Sum of RGB (Red+Green+Blue) = 64+51+16=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #403310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403310 is #BFCCEF. Grayscale: #333333. Windows color (decimal): -12569840 or 1061696. OLE color: 1061696.

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

Color convert

RGB645116-
CMYK00.200.750.75
HSL43.75º60%15.69%-
HSV(B)43.75º75%25.1%-
XYZ3.393.50.99-
YUV50.9108.31137.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 51 (20.31% from 255) = 38.93%
BLUE value IS 16 (6.64% from 255) = 12.21%
R=48.85%
G=38.93%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64511600.200.750.7543.756015.69
Hex4033100144B4B2c3c10
Octal1006320024113113547420
Binary1000000110011100000101001001011100101110110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403310; }

 p { color: rgb(64,51,16); }

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

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

 a { background-color: rgb(64,51,16); }

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

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

 span { border-color: rgb(64,51,16); }

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