#40350C

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

Shades of Mikado #40350C

Tints of Mikado #40350C

Color information

#40350C (or 0x40350C) is unknown color: approx Mikado. HEX triplet: 40, 35 and 0C. RGB value is (64,53,12). Sum of RGB (Red+Green+Blue) = 64+53+12=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40350C is #BFCAF3. Grayscale: #333333. Windows color (decimal): -12569332 or 800064. OLE color: 800064.

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

Color convert

RGB645312-
CMYK00.170.810.75
HSL47.31º68.42%14.9%-
HSV(B)47.31º81.25%25.1%-
XYZ3.453.660.87-
YUV51.62105.64136.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=49.61%
G=41.09%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64531200.170.810.7547.3168.4214.9
Hex4035C011514B2f44f
Octal10065140211211135710417
Binary100000011010111000100011010001100101110111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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