#483302

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

Shades of Mikado #483302

Tints of Mikado #483302

Color information

#483302 (or 0x483302) is unknown color: approx Mikado. HEX triplet: 48, 33 and 02. RGB value is (72,51,2). Sum of RGB (Red+Green+Blue) = 72+51+2=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #483302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483302 is #B7CCFD. Grayscale: #333333. Windows color (decimal): -12045566 or 144200. OLE color: 144200.

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

Color convert

RGB72512-
CMYK00.290.970.72
HSL42º94.59%14.51%-
HSV(B)42º97.22%28.24%-
XYZ3.873.750.58-
YUV51.6999.96142.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 51 (20.31% from 255) = 40.8%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=57.6%
G=40.8%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7251200.290.970.724294.5914.51
Hex4833201D61482a5ff
Octal1106320351411105213717
Binary1001000110011100111011100001100100010101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483302; }

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

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

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

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

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

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

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

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