#40350E

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

Shades of Mikado #40350E

Tints of Mikado #40350E

Color information

#40350E (or 0x40350E) is unknown color: approx Mikado. HEX triplet: 40, 35 and 0E. RGB value is (64,53,14). Sum of RGB (Red+Green+Blue) = 64+53+14=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40350E is #BFCAF1. Grayscale: #343434. Windows color (decimal): -12569330 or 931136. OLE color: 931136.

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

Color convert

RGB645314-
CMYK00.170.780.75
HSL46.8º64.1%15.29%-
HSV(B)46.8º78.12%25.1%-
XYZ3.473.670.94-
YUV51.84106.64136.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 53 (21.09% from 255) = 40.46%
BLUE value IS 14 (5.86% from 255) = 10.69%
R=48.85%
G=40.46%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64531400.170.780.7546.864.115.29
Hex4035E0114E4B2f40f
Octal10065160211161135710017
Binary100000011010111100100011001110100101110111110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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