#413010

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

Shades of Mikado #413010

Tints of Mikado #413010

Color information

#413010 (or 0x413010) is unknown color: approx Mikado. HEX triplet: 41, 30 and 10. RGB value is (65,48,16). Sum of RGB (Red+Green+Blue) = 65+48+16=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #413010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413010 is #BECFEF. Grayscale: #313131. Windows color (decimal): -12505072 or 1060929. OLE color: 1060929.

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

Color convert

RGB654816-
CMYK00.260.750.75
HSL39.18º60.49%15.88%-
HSV(B)39.18º75.38%25.49%-
XYZ3.333.280.95-
YUV49.43109.13139.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=50.39%
G=37.21%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65481600.260.750.7539.1860.4915.88
Hex41301001A4B4B273c10
Octal1016020032113113477420
Binary1000001110000100000110101001011100101110011111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413010; }

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

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

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

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

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

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

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

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