#483104

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

Shades of Mikado #483104

Tints of Mikado #483104

Color information

#483104 (or 0x483104) is unknown color: approx Mikado. HEX triplet: 48, 31 and 04. RGB value is (72,49,4). Sum of RGB (Red+Green+Blue) = 72+49+4=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #483104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483104 is #B7CEFB. Grayscale: #323232. Windows color (decimal): -12046076 or 274760. OLE color: 274760.

HSL color Cylindrical-coordinate representation of color #483104: hue angle of 39.71º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #483104 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB72494-
CMYK00.320.940.72
HSL39.71º89.47%14.9%-
HSV(B)39.71º94.44%28.24%-
XYZ3.793.580.61-
YUV50.75101.62143.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 4 (1.95% from 255) = 3.2%
R=57.6%
G=39.2%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7249400.320.940.7239.7189.4714.9
Hex483140205E482859f
Octal1106140401361105013117
Binary100100011000110001000001011110100100010100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483104; }

 p { color: rgb(72,49,4); }

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

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

 a { background-color: rgb(72,49,4); }

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

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

 span { border-color: rgb(72,49,4); }

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