#413521

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

Shades of Mikado #413521

Tints of Mikado #413521

Color information

#413521 (or 0x413521) is unknown color: approx Mikado. HEX triplet: 41, 35 and 21. RGB value is (65,53,33). Sum of RGB (Red+Green+Blue) = 65+53+33=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #413521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413521 is #BECADE. Grayscale: #363636. Windows color (decimal): -12503775 or 2176321. OLE color: 2176321.

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

Color convert

RGB655333-
CMYK00.180.490.75
HSL37.5º32.65%19.22%-
HSV(B)37.5º49.23%25.49%-
XYZ3.733.781.97-
YUV54.31115.98135.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=43.05%
G=35.10%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65533300.180.490.7537.532.6519.22
Hex413521012314B252113
Octal101654102261113454123
Binary1000001110101100001010010110001100101110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413521; }

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

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

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

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

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

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

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

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