#413713

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

Shades of Mikado #413713

Tints of Mikado #413713

Color information

#413713 (or 0x413713) is unknown color: approx Mikado. HEX triplet: 41, 37 and 13. RGB value is (65,55,19). Sum of RGB (Red+Green+Blue) = 65+55+19=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #413713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413713 is #BEC8EC. Grayscale: #363636. Windows color (decimal): -12503277 or 1259329. OLE color: 1259329.

HSL color Cylindrical-coordinate representation of color #413713: hue angle of 46.96º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #413713 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB655519-
CMYK00.150.710.75
HSL46.96º54.76%16.47%-
HSV(B)46.96º70.77%25.49%-
XYZ3.663.91.18-
YUV53.89108.31135.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 55 (21.88% from 255) = 39.57%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=46.76%
G=39.57%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65551900.150.710.7546.9654.7616.47
Hex4137130F474B2f3710
Octal1016723017107113576720
Binary100000111011110011011111000111100101110111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413713; }

 p { color: rgb(65,55,19); }

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

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

 a { background-color: rgb(65,55,19); }

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

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

 span { border-color: rgb(65,55,19); }

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