#413205

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

Shades of Mikado #413205

Tints of Mikado #413205

Color information

#413205 (or 0x413205) is unknown color: approx Mikado. HEX triplet: 41, 32 and 05. RGB value is (65,50,5). Sum of RGB (Red+Green+Blue) = 65+50+5=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #413205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413205 is #BECDFA. Grayscale: #313131. Windows color (decimal): -12504571 or 340545. OLE color: 340545.

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

Color convert

RGB65505-
CMYK00.230.920.75
HSL45º85.71%13.73%-
HSV(B)45º92.31%25.49%-
XYZ3.353.420.63-
YUV49.36102.97139.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=54.17%
G=41.67%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6550500.230.920.754585.7113.73
Hex413250175C4B2d56e
Octal1016250271341135512616
Binary10000011100101010101111011100100101110110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413205; }

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

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

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

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

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

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

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

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