#413414

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

Shades of Mikado #413414

Tints of Mikado #413414

Color information

#413414 (or 0x413414) is unknown color: approx Mikado. HEX triplet: 41, 34 and 14. RGB value is (65,52,20). Sum of RGB (Red+Green+Blue) = 65+52+20=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #413414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413414 is #BECBEB. Grayscale: #343434. Windows color (decimal): -12504044 or 1324097. OLE color: 1324097.

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

Color convert

RGB655220-
CMYK00.200.690.75
HSL42.67º52.94%16.67%-
HSV(B)42.67º69.23%25.49%-
XYZ3.533.631.18-
YUV52.24109.81137.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=47.45%
G=37.96%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65522000.200.690.7542.6752.9416.67
Hex413414014454B2b3511
Octal1016424024105113536521
Binary1000001110100101000101001000101100101110101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413414; }

 p { color: rgb(65,52,20); }

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

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

 a { background-color: rgb(65,52,20); }

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

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

 span { border-color: rgb(65,52,20); }

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