#413004

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

Shades of Mikado #413004

Tints of Mikado #413004

Color information

#413004 (or 0x413004) is unknown color: approx Mikado. HEX triplet: 41, 30 and 04. RGB value is (65,48,4). Sum of RGB (Red+Green+Blue) = 65+48+4=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #413004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413004 is #BECFFB. Grayscale: #303030. Windows color (decimal): -12505084 or 274497. OLE color: 274497.

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

Color convert

RGB65484-
CMYK00.260.940.75
HSL43.28º88.41%13.53%-
HSV(B)43.28º93.85%25.49%-
XYZ3.263.250.57-
YUV48.07103.13140.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=55.56%
G=41.03%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6548400.260.940.7543.2888.4113.53
Hex4130401A5E4B2b58e
Octal1016040321361135313016
Binary10000011100001000110101011110100101110101110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413004; }

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

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

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

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

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

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

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

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