#413219

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

Shades of Mikado #413219

Tints of Mikado #413219

Color information

#413219 (or 0x413219) is unknown color: approx Mikado. HEX triplet: 41, 32 and 19. RGB value is (65,50,25). Sum of RGB (Red+Green+Blue) = 65+50+25=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #413219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413219 is #BECDE6. Grayscale: #333333. Windows color (decimal): -12504551 or 1651265. OLE color: 1651265.

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

Color convert

RGB655025-
CMYK00.230.620.75
HSL37.5º44.44%17.65%-
HSV(B)37.5º61.54%25.49%-
XYZ3.53.481.41-
YUV51.64112.97137.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 25 (10.16% from 255) = 17.86%
R=46.43%
G=35.71%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65502500.230.620.7537.544.4417.65
Hex4132190173E4B252c12
Octal101623102776113455422
Binary100000111001011001010111111110100101110010110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413219; }

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

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

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

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

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

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

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

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