#413610

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

Shades of Mikado #413610

Tints of Mikado #413610

Color information

#413610 (or 0x413610) is unknown color: approx Mikado. HEX triplet: 41, 36 and 10. RGB value is (65,54,16). Sum of RGB (Red+Green+Blue) = 65+54+16=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413610 is #BEC9EF. Grayscale: #353535. Windows color (decimal): -12503536 or 1062465. OLE color: 1062465.

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

Color convert

RGB655416-
CMYK00.170.750.75
HSL46.53º60.49%15.88%-
HSV(B)46.53º75.38%25.49%-
XYZ3.593.81.03-
YUV52.96107.14136.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 54 (21.48% from 255) = 40%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=48.15%
G=40%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65541600.170.750.7546.5360.4915.88
Hex4136100114B4B2f3c10
Octal1016620021113113577420
Binary1000001110110100000100011001011100101110111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413610; }

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

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

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

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

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

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

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

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