#483105

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

Shades of Mikado #483105

Tints of Mikado #483105

Color information

#483105 (or 0x483105) is unknown color: approx Mikado. HEX triplet: 48, 31 and 05. RGB value is (72,49,5). Sum of RGB (Red+Green+Blue) = 72+49+5=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #483105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483105 is #B7CEFA. Grayscale: #333333. Windows color (decimal): -12046075 or 340296. OLE color: 340296.

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

Color convert

RGB72495-
CMYK00.320.930.72
HSL39.4º87.01%15.1%-
HSV(B)39.4º93.06%28.24%-
XYZ3.83.590.64-
YUV50.86102.12143.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=57.14%
G=38.89%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7249500.320.930.7239.487.0115.1
Hex483150205D482757f
Octal1106150401351104712717
Binary100100011000110101000001011101100100010011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483105; }

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

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

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

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

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

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

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

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