#413114

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

Shades of Mikado #413114

Tints of Mikado #413114

Color information

#413114 (or 0x413114) is unknown color: approx Mikado. HEX triplet: 41, 31 and 14. RGB value is (65,49,20). Sum of RGB (Red+Green+Blue) = 65+49+20=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #413114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413114 is #BECEEB. Grayscale: #323232. Windows color (decimal): -12504812 or 1323329. OLE color: 1323329.

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

Color convert

RGB654920-
CMYK00.250.690.75
HSL38.67º52.94%16.67%-
HSV(B)38.67º69.23%25.49%-
XYZ3.43.371.13-
YUV50.48110.8138.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=48.51%
G=36.57%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65492000.250.690.7538.6752.9416.67
Hex413114019454B273511
Octal1016124031105113476521
Binary1000001110001101000110011000101100101110011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413114; }

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

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

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

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

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

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

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

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