#413104

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

Shades of Mikado #413104

Tints of Mikado #413104

Color information

#413104 (or 0x413104) is unknown color: approx Mikado. HEX triplet: 41, 31 and 04. RGB value is (65,49,4). Sum of RGB (Red+Green+Blue) = 65+49+4=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #413104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413104 is #BECEFB. Grayscale: #303030. Windows color (decimal): -12504828 or 274753. OLE color: 274753.

HSL color Cylindrical-coordinate representation of color #413104: hue angle of 44.26º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #413104 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB65494-
CMYK00.250.940.75
HSL44.26º88.41%13.53%-
HSV(B)44.26º93.85%25.49%-
XYZ3.33.330.58-
YUV48.65102.8139.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=55.08%
G=41.53%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6549400.250.940.7544.2688.4113.53
Hex413140195E4B2c58e
Octal1016140311361135413016
Binary10000011100011000110011011110100101110110010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413104; }

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

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

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

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

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

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

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

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