#413614

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

Shades of Mikado #413614

Tints of Mikado #413614

Color information

#413614 (or 0x413614) is unknown color: approx Mikado. HEX triplet: 41, 36 and 14. RGB value is (65,54,20). Sum of RGB (Red+Green+Blue) = 65+54+20=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #413614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413614 is #BEC9EB. Grayscale: #353535. Windows color (decimal): -12503532 or 1324609. OLE color: 1324609.

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

Color convert

RGB655420-
CMYK00.170.690.75
HSL45.33º52.94%16.67%-
HSV(B)45.33º69.23%25.49%-
XYZ3.633.811.21-
YUV53.41109.14136.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=46.76%
G=38.85%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65542000.170.690.7545.3352.9416.67
Hex413614011454B2d3511
Octal1016624021105113556521
Binary1000001110110101000100011000101100101110110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413614; }

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

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

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

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

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

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

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

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