#413211

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

Shades of Mikado #413211

Tints of Mikado #413211

Color information

#413211 (or 0x413211) is unknown color: approx Mikado. HEX triplet: 41, 32 and 11. RGB value is (65,50,17). Sum of RGB (Red+Green+Blue) = 65+50+17=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #413211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413211 is #BECDEE. Grayscale: #323232. Windows color (decimal): -12504559 or 1126977. OLE color: 1126977.

HSL color Cylindrical-coordinate representation of color #413211: hue angle of 41.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413211 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB655017-
CMYK00.230.740.75
HSL41.25º58.54%16.08%-
HSV(B)41.25º73.85%25.49%-
XYZ3.423.451.02-
YUV50.72108.97138.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=49.24%
G=37.88%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65501700.230.740.7541.2558.5416.08
Hex4132110174A4B293b10
Octal1016221027112113517320
Binary1000001110010100010101111001010100101110100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413211; }

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

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

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

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

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

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

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

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