#483003

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

Shades of Mikado #483003

Tints of Mikado #483003

Color information

#483003 (or 0x483003) is unknown color: approx Mikado. HEX triplet: 48, 30 and 03. RGB value is (72,48,3). Sum of RGB (Red+Green+Blue) = 72+48+3=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #483003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483003 is #B7CFFC. Grayscale: #323232. Windows color (decimal): -12046333 or 208968. OLE color: 208968.

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

Color convert

RGB72483-
CMYK00.330.960.72
HSL39.13º92%14.71%-
HSV(B)39.13º95.83%28.24%-
XYZ3.753.50.56-
YUV50.05101.45143.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=58.54%
G=39.02%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7248300.330.960.7239.139214.71
Hex483030216048275cf
Octal1106030411401104713417
Binary10010001100001101000011100000100100010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483003; }

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

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

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

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

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

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

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

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