#483306

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

Shades of Mikado #483306

Tints of Mikado #483306

Color information

#483306 (or 0x483306) is unknown color: approx Mikado. HEX triplet: 48, 33 and 06. RGB value is (72,51,6). Sum of RGB (Red+Green+Blue) = 72+51+6=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #483306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483306 is #B7CCF9. Grayscale: #343434. Windows color (decimal): -12045562 or 406344. OLE color: 406344.

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

Color convert

RGB72516-
CMYK00.290.920.72
HSL40.91º84.62%15.29%-
HSV(B)40.91º91.67%28.24%-
XYZ3.893.760.69-
YUV52.15101.96142.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 6 (2.73% from 255) = 4.65%
R=55.81%
G=39.53%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7251600.290.920.7240.9184.6215.29
Hex4833601D5C482955f
Octal1106360351341105112517
Binary10010001100111100111011011100100100010100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483306; }

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

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

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

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

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

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

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

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