#403214

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

Shades of Mikado #403214

Tints of Mikado #403214

Color information

#403214 (or 0x403214) is unknown color: approx Mikado. HEX triplet: 40, 32 and 14. RGB value is (64,50,20). Sum of RGB (Red+Green+Blue) = 64+50+20=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #403214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403214 is #BFCDEB. Grayscale: #323232. Windows color (decimal): -12570092 or 1323584. OLE color: 1323584.

HSL color Cylindrical-coordinate representation of color #403214: hue angle of 40.91º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403214 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB645020-
CMYK00.220.690.75
HSL40.91º52.38%16.47%-
HSV(B)40.91º68.75%25.1%-
XYZ3.383.421.14-
YUV50.77110.64137.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=47.76%
G=37.31%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64502000.220.690.7540.9152.3816.47
Hex403214016454B293410
Octal1006224026105113516420
Binary1000000110010101000101101000101100101110100111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403214; }

 p { color: rgb(64,50,20); }

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

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

 a { background-color: rgb(64,50,20); }

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

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

 span { border-color: rgb(64,50,20); }

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