#413204

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

Shades of Mikado #413204

Tints of Mikado #413204

Color information

#413204 (or 0x413204) is unknown color: approx Mikado. HEX triplet: 41, 32 and 04. RGB value is (65,50,4). Sum of RGB (Red+Green+Blue) = 65+50+4=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #413204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413204 is #BECDFB. Grayscale: #313131. Windows color (decimal): -12504572 or 275009. OLE color: 275009.

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

Color convert

RGB65504-
CMYK00.230.940.75
HSL45.25º88.41%13.53%-
HSV(B)45.25º93.85%25.49%-
XYZ3.343.410.6-
YUV49.24102.47139.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=54.62%
G=42.02%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6550400.230.940.7545.2588.4113.53
Hex413240175E4B2d58e
Octal1016240271361135513016
Binary10000011100101000101111011110100101110110110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413204; }

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

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

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

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

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

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

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

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