#413111

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

Shades of Mikado #413111

Tints of Mikado #413111

Color information

#413111 (or 0x413111) is unknown color: approx Mikado. HEX triplet: 41, 31 and 11. RGB value is (65,49,17). Sum of RGB (Red+Green+Blue) = 65+49+17=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #413111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413111 is #BECEEE. Grayscale: #323232. Windows color (decimal): -12504815 or 1126721. OLE color: 1126721.

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

Color convert

RGB654917-
CMYK00.250.740.75
HSL40º58.54%16.08%-
HSV(B)40º73.85%25.49%-
XYZ3.383.361-
YUV50.14109.3138.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=49.62%
G=37.40%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65491700.250.740.754058.5416.08
Hex4131110194A4B283b10
Octal1016121031112113507320
Binary1000001110001100010110011001010100101110100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413111; }

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

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

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

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

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

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

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

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