#40350D

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

Shades of Mikado #40350D

Tints of Mikado #40350D

Color information

#40350D (or 0x40350D) is unknown color: approx Mikado. HEX triplet: 40, 35 and 0D. RGB value is (64,53,13). Sum of RGB (Red+Green+Blue) = 64+53+13=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40350D is #BFCAF2. Grayscale: #333333. Windows color (decimal): -12569331 or 865600. OLE color: 865600.

HSL color Cylindrical-coordinate representation of color #40350D: hue angle of 47.06º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40350D is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB645313-
CMYK00.170.800.75
HSL47.06º66.23%15.1%-
HSV(B)47.06º79.69%25.1%-
XYZ3.463.670.91-
YUV51.73106.14136.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 13 (5.47% from 255) = 10%
R=49.23%
G=40.77%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64531300.170.800.7547.0666.2315.1
Hex4035D011504B2f42f
Octal10065150211201135710217
Binary100000011010111010100011010000100101110111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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