#413110

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

Shades of Mikado #413110

Tints of Mikado #413110

Color information

#413110 (or 0x413110) is unknown color: approx Mikado. HEX triplet: 41, 31 and 10. RGB value is (65,49,16). Sum of RGB (Red+Green+Blue) = 65+49+16=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #413110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413110 is #BECEEF. Grayscale: #323232. Windows color (decimal): -12504816 or 1061185. OLE color: 1061185.

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

Color convert

RGB654916-
CMYK00.250.750.75
HSL40.41º60.49%15.88%-
HSV(B)40.41º75.38%25.49%-
XYZ3.373.360.96-
YUV50.02108.8138.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=50%
G=37.69%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65491600.250.750.7540.4160.4915.88
Hex4131100194B4B283c10
Octal1016120031113113507420
Binary1000001110001100000110011001011100101110100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413110; }

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

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

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

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

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

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

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

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