#483300

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

Shades of Mikado #483300

Tints of Mikado #483300

Color information

#483300 (or 0x483300) is unknown color: approx Mikado. HEX triplet: 48, 33 and 00. RGB value is (72,51,0). Sum of RGB (Red+Green+Blue) = 72+51+0=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #483300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483300 is #B7CCFF. Grayscale: #333333. Windows color (decimal): -12045568 or 13128. OLE color: 13128.

HSL color Cylindrical-coordinate representation of color #483300: hue angle of 42.5º 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 #483300 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB72510-
CMYK00.2910.72
HSL42.5º100%14.12%-
HSV(B)42.5º100%28.24%-
XYZ3.863.750.52-
YUV51.4698.96142.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.54%
G=41.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7251000.2910.7242.510014.12
Hex4833001D64482a64e
Octal1106300351441105214416
Binary100100011001100111011100100100100010101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483300; }

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

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

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

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

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

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

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

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