#413514

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

Shades of Mikado #413514

Tints of Mikado #413514

Color information

#413514 (or 0x413514) is unknown color: approx Mikado. HEX triplet: 41, 35 and 14. RGB value is (65,53,20). Sum of RGB (Red+Green+Blue) = 65+53+20=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #413514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413514 is #BECAEB. Grayscale: #343434. Windows color (decimal): -12503788 or 1324353. OLE color: 1324353.

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

Color convert

RGB655320-
CMYK00.180.690.75
HSL44º52.94%16.67%-
HSV(B)44º69.23%25.49%-
XYZ3.583.721.19-
YUV52.83109.48136.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=47.10%
G=38.41%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65532000.180.690.754452.9416.67
Hex413514012454B2c3511
Octal1016524022105113546521
Binary1000001110101101000100101000101100101110110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413514; }

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

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

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

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

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

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

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

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