#40341E

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

Shades of Mikado #40341E

Tints of Mikado #40341E

Color information

#40341E (or 0x40341E) is unknown color: approx Mikado. HEX triplet: 40, 34 and 1E. RGB value is (64,52,30). Sum of RGB (Red+Green+Blue) = 64+52+30=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40341E is #BFCBE1. Grayscale: #353535. Windows color (decimal): -12569570 or 1979456. OLE color: 1979456.

HSL color Cylindrical-coordinate representation of color #40341E: hue angle of 38.82º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40341E is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB645230-
CMYK00.190.530.75
HSL38.82º36.17%18.43%-
HSV(B)38.82º53.12%25.1%-
XYZ3.583.641.74-
YUV53.08114.98135.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=43.84%
G=35.62%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64523000.190.530.7538.8236.1718.43
Hex40341E013354B272412
Octal100643602365113474422
Binary100000011010011110010011110101100101110011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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