#413214

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

Shades of Mikado #413214

Tints of Mikado #413214

Color information

#413214 (or 0x413214) is unknown color: approx Mikado. HEX triplet: 41, 32 and 14. RGB value is (65,50,20). Sum of RGB (Red+Green+Blue) = 65+50+20=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413214 is #BECDEB. Grayscale: #333333. Windows color (decimal): -12504556 or 1323585. OLE color: 1323585.

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

Color convert

RGB655020-
CMYK00.230.690.75
HSL40º52.94%16.67%-
HSV(B)40º69.23%25.49%-
XYZ3.453.461.15-
YUV51.06110.47137.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 20 (8.20% from 255) = 14.81%
R=48.15%
G=37.04%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65502000.230.690.754052.9416.67
Hex413214017454B283511
Octal1016224027105113506521
Binary1000001110010101000101111000101100101110100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413214; }

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

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

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

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

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

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

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

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