#413507

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

Shades of Mikado #413507

Tints of Mikado #413507

Color information

#413507 (or 0x413507) is unknown color: approx Mikado. HEX triplet: 41, 35 and 07. RGB value is (65,53,7). Sum of RGB (Red+Green+Blue) = 65+53+7=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #413507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413507 is #BECAF8. Grayscale: #333333. Windows color (decimal): -12503801 or 472385. OLE color: 472385.

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

Color convert

RGB65537-
CMYK00.180.890.75
HSL47.59º80.56%14.12%-
HSV(B)47.59º89.23%25.49%-
XYZ3.493.690.73-
YUV51.34102.98137.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 7 (3.12% from 255) = 5.6%
R=52%
G=42.4%
B=5.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6553700.180.890.7547.5980.5614.12
Hex41357012594B3051e
Octal1016570221311136012116
Binary10000011101011110100101011001100101111000010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413507; }

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

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

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

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

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

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

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

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