#413011

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

Shades of Mikado #413011

Tints of Mikado #413011

Color information

#413011 (or 0x413011) is unknown color: approx Mikado. HEX triplet: 41, 30 and 11. RGB value is (65,48,17). Sum of RGB (Red+Green+Blue) = 65+48+17=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #413011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413011 is #BECFEE. Grayscale: #313131. Windows color (decimal): -12505071 or 1126465. OLE color: 1126465.

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

Color convert

RGB654817-
CMYK00.260.740.75
HSL38.75º58.54%16.08%-
HSV(B)38.75º73.85%25.49%-
XYZ3.343.280.99-
YUV49.55109.63139.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=50%
G=36.92%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65481700.260.740.7538.7558.5416.08
Hex41301101A4A4B273b10
Octal1016021032112113477320
Binary1000001110000100010110101001010100101110011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413011; }

 p { color: rgb(65,48,17); }

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

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

 a { background-color: rgb(65,48,17); }

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

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

 span { border-color: rgb(65,48,17); }

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