#483100

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

Shades of Mikado #483100

Tints of Mikado #483100

Color information

#483100 (or 0x483100) is unknown color: approx Mikado. HEX triplet: 48, 31 and 00. RGB value is (72,49,0). Sum of RGB (Red+Green+Blue) = 72+49+0=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #483100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483100 is #B7CEFF. Grayscale: #323232. Windows color (decimal): -12046080 or 12616. OLE color: 12616.

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

Color convert

RGB72490-
CMYK00.3210.72
HSL40.83º100%14.12%-
HSV(B)40.83º100%28.24%-
XYZ3.773.570.49-
YUV50.2999.62143.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.50%
G=40.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7249000.3210.7240.8310014.12
Hex4831002064482964e
Octal1106100401441105114416
Binary1001000110001001000001100100100100010100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483100; }

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

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

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

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

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

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

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

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