#413404

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

Shades of Mikado #413404

Tints of Mikado #413404

Color information

#413404 (or 0x413404) is unknown color: approx Mikado. HEX triplet: 41, 34 and 04. RGB value is (65,52,4). Sum of RGB (Red+Green+Blue) = 65+52+4=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #413404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413404 is #BECBFB. Grayscale: #323232. Windows color (decimal): -12504060 or 275521. OLE color: 275521.

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

Color convert

RGB65524-
CMYK00.200.940.75
HSL47.21º88.41%13.53%-
HSV(B)47.21º93.85%25.49%-
XYZ3.433.590.63-
YUV50.42101.81138.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 4 (1.95% from 255) = 3.31%
R=53.72%
G=42.98%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6552400.200.940.7547.2188.4113.53
Hex413440145E4B2f58e
Octal1016440241361135713016
Binary10000011101001000101001011110100101110111110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413404; }

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

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

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

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

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

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

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

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