#40340D

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

Shades of Mikado #40340D

Tints of Mikado #40340D

Color information

#40340D (or 0x40340D) is unknown color: approx Mikado. HEX triplet: 40, 34 and 0D. RGB value is (64,52,13). Sum of RGB (Red+Green+Blue) = 64+52+13=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40340D is #BFCBF2. Grayscale: #333333. Windows color (decimal): -12569587 or 865344. OLE color: 865344.

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

Color convert

RGB645213-
CMYK00.190.800.75
HSL45.88º66.23%15.1%-
HSV(B)45.88º79.69%25.1%-
XYZ3.413.580.89-
YUV51.14106.48137.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=49.61%
G=40.31%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64521300.190.800.7545.8866.2315.1
Hex4034D013504B2e42f
Octal10064150231201135610217
Binary100000011010011010100111010000100101110111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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