#403510

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

Shades of Mikado #403510

Tints of Mikado #403510

Color information

#403510 (or 0x403510) is unknown color: approx Mikado. HEX triplet: 40, 35 and 10. RGB value is (64,53,16). Sum of RGB (Red+Green+Blue) = 64+53+16=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #403510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403510 is #BFCAEF. Grayscale: #343434. Windows color (decimal): -12569328 or 1062208. OLE color: 1062208.

HSL color Cylindrical-coordinate representation of color #403510: hue angle of 46.25º 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 #403510 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB645316-
CMYK00.170.750.75
HSL46.25º60%15.69%-
HSV(B)46.25º75%25.1%-
XYZ3.483.671.02-
YUV52.07107.64136.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=48.12%
G=39.85%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64531600.170.750.7546.256015.69
Hex4035100114B4B2e3c10
Octal1006520021113113567420
Binary1000000110101100000100011001011100101110111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403510; }

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

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

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

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

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

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

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

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