#483309

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

Shades of Mikado #483309

Tints of Mikado #483309

Color information

#483309 (or 0x483309) is unknown color: approx Mikado. HEX triplet: 48, 33 and 09. RGB value is (72,51,9). Sum of RGB (Red+Green+Blue) = 72+51+9=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #483309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483309 is #B7CCF6. Grayscale: #343434. Windows color (decimal): -12045559 or 602952. OLE color: 602952.

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

Color convert

RGB72519-
CMYK00.290.880.72
HSL40º77.78%15.88%-
HSV(B)40º87.5%28.24%-
XYZ3.913.770.78-
YUV52.49103.46141.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=54.55%
G=38.64%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7251900.290.880.724077.7815.88
Hex4833901D5848284e10
Octal11063110351301105011620
Binary1001000110011100101110110110001001000101000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483309; }

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

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

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

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

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

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

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

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