#413314

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

Shades of Mikado #413314

Tints of Mikado #413314

Color information

#413314 (or 0x413314) is unknown color: approx Mikado. HEX triplet: 41, 33 and 14. RGB value is (65,51,20). Sum of RGB (Red+Green+Blue) = 65+51+20=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #413314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413314 is #BECCEB. Grayscale: #333333. Windows color (decimal): -12504300 or 1323841. OLE color: 1323841.

HSL color Cylindrical-coordinate representation of color #413314: hue angle of 41.33º 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 #413314 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB655120-
CMYK00.220.690.75
HSL41.33º52.94%16.67%-
HSV(B)41.33º69.23%25.49%-
XYZ3.493.541.16-
YUV51.65110.14137.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=47.79%
G=37.5%
B=14.71%

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
Decimal65512000.220.690.7541.3352.9416.67
Hex413314016454B293511
Octal1016324026105113516521
Binary1000001110011101000101101000101100101110100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413314; }

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

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

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

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

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

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

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

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