#413921

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

Shades of Mikado #413921

Tints of Mikado #413921

Color information

#413921 (or 0x413921) is unknown color: approx Mikado. HEX triplet: 41, 39 and 21. RGB value is (65,57,33). Sum of RGB (Red+Green+Blue) = 65+57+33=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413921 is #BEC6DE. Grayscale: #383838. Windows color (decimal): -12502751 or 2177345. OLE color: 2177345.

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

Color convert

RGB655733-
CMYK00.120.490.75
HSL45º32.65%19.22%-
HSV(B)45º49.23%25.49%-
XYZ3.924.162.04-
YUV56.66114.65133.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=41.94%
G=36.77%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65573300.120.490.754532.6519.22
Hex4139210C314B2d2113
Octal101714101461113554123
Binary100000111100110000101100110001100101110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413921; }

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

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

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

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

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

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

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

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