#413920

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

Shades of Mikado #413920

Tints of Mikado #413920

Color information

#413920 (or 0x413920) is unknown color: approx Mikado. HEX triplet: 41, 39 and 20. RGB value is (65,57,32). Sum of RGB (Red+Green+Blue) = 65+57+32=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #413920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413920 is #BEC6DF. Grayscale: #383838. Windows color (decimal): -12502752 or 2111809. OLE color: 2111809.

HSL color Cylindrical-coordinate representation of color #413920: hue angle of 45.45º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413920 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB655732-
CMYK00.120.510.75
HSL45.45º34.02%19.02%-
HSV(B)45.45º50.77%25.49%-
XYZ3.94.151.96-
YUV56.54114.15134.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=42.21%
G=37.01%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65573200.120.510.7545.4534.0219.02
Hex4139200C334B2d2213
Octal101714001463113554223
Binary100000111100110000001100110011100101110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413920; }

 p { color: rgb(65,57,32); }

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

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

 a { background-color: rgb(65,57,32); }

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

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

 span { border-color: rgb(65,57,32); }

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