#483002

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

Shades of Mikado #483002

Tints of Mikado #483002

Color information

#483002 (or 0x483002) is unknown color: approx Mikado. HEX triplet: 48, 30 and 02. RGB value is (72,48,2). Sum of RGB (Red+Green+Blue) = 72+48+2=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #483002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483002 is #B7CFFD. Grayscale: #323232. Windows color (decimal): -12046334 or 143432. OLE color: 143432.

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

Color convert

RGB72482-
CMYK00.330.970.72
HSL39.43º94.59%14.51%-
HSV(B)39.43º97.22%28.24%-
XYZ3.743.50.54-
YUV49.93100.95143.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=59.02%
G=39.34%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7248200.330.970.7239.4394.5914.51
Hex483020216148275ff
Octal1106020411411104713717
Binary10010001100001001000011100001100100010011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483002; }

 p { color: rgb(72,48,2); }

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

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

 a { background-color: rgb(72,48,2); }

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

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

 span { border-color: rgb(72,48,2); }

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