#413506

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

Shades of Mikado #413506

Tints of Mikado #413506

Color information

#413506 (or 0x413506) is unknown color: approx Mikado. HEX triplet: 41, 35 and 06. RGB value is (65,53,6). Sum of RGB (Red+Green+Blue) = 65+53+6=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413506 is #BECAF9. Grayscale: #333333. Windows color (decimal): -12503802 or 406849. OLE color: 406849.

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

Color convert

RGB65536-
CMYK00.180.910.75
HSL47.8º83.1%13.92%-
HSV(B)47.8º90.77%25.49%-
XYZ3.493.680.7-
YUV51.23102.48137.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 53 (21.09% from 255) = 42.74%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=52.42%
G=42.74%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6553600.180.910.7547.883.113.92
Hex413560125B4B3053e
Octal1016560221331136012316
Binary10000011101011100100101011011100101111000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413506; }

 p { color: rgb(65,53,6); }

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

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

 a { background-color: rgb(65,53,6); }

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

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

 span { border-color: rgb(65,53,6); }

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