#413100

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

Shades of Mikado #413100

Tints of Mikado #413100

Color information

#413100 (or 0x413100) is unknown color: approx Mikado. HEX triplet: 41, 31 and 00. RGB value is (65,49,0). Sum of RGB (Red+Green+Blue) = 65+49+0=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #413100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413100 is #BECEFF. Grayscale: #303030. Windows color (decimal): -12504832 or 12609. OLE color: 12609.

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

Color convert

RGB65490-
CMYK00.2510.75
HSL45.23º100%12.75%-
HSV(B)45.23º100%25.49%-
XYZ3.283.320.47-
YUV48.2100.8139.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.02%
G=42.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6549000.2510.7545.2310012.75
Hex41310019644B2d64d
Octal1016100311441135514415
Binary100000111000100110011100100100101110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413100; }

 p { color: rgb(65,49,0); }

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

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

 a { background-color: rgb(65,49,0); }

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

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

 span { border-color: rgb(65,49,0); }

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