#413310

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

Shades of Mikado #413310

Tints of Mikado #413310

Color information

#413310 (or 0x413310) is unknown color: approx Mikado. HEX triplet: 41, 33 and 10. RGB value is (65,51,16). Sum of RGB (Red+Green+Blue) = 65+51+16=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #413310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413310 is #BECCEF. Grayscale: #333333. Windows color (decimal): -12504304 or 1061697. OLE color: 1061697.

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

Color convert

RGB655116-
CMYK00.220.750.75
HSL42.86º60.49%15.88%-
HSV(B)42.86º75.38%25.49%-
XYZ3.463.530.99-
YUV51.2108.14137.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=49.24%
G=38.64%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65511600.220.750.7542.8660.4915.88
Hex4133100164B4B2b3c10
Octal1016320026113113537420
Binary1000001110011100000101101001011100101110101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413310; }

 p { color: rgb(65,51,16); }

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

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

 a { background-color: rgb(65,51,16); }

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

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

 span { border-color: rgb(65,51,16); }

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