#413405

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

Shades of Mikado #413405

Tints of Mikado #413405

Color information

#413405 (or 0x413405) is unknown color: approx Mikado. HEX triplet: 41, 34 and 05. RGB value is (65,52,5). Sum of RGB (Red+Green+Blue) = 65+52+5=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #413405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413405 is #BECBFA. Grayscale: #323232. Windows color (decimal): -12504059 or 341057. OLE color: 341057.

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

Color convert

RGB65525-
CMYK00.200.920.75
HSL47º85.71%13.73%-
HSV(B)47º92.31%25.49%-
XYZ3.443.590.66-
YUV50.53102.31138.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 52 (20.70% from 255) = 42.62%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=53.28%
G=42.62%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6552500.200.920.754785.7113.73
Hex413450145C4B2f56e
Octal1016450241341135712616
Binary10000011101001010101001011100100101110111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413405; }

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

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

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

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

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

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

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

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