#483202

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

Shades of Mikado #483202

Tints of Mikado #483202

Color information

#483202 (or 0x483202) is unknown color: approx Mikado. HEX triplet: 48, 32 and 02. RGB value is (72,50,2). Sum of RGB (Red+Green+Blue) = 72+50+2=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #483202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483202 is #B7CDFD. Grayscale: #333333. Windows color (decimal): -12045822 or 143944. OLE color: 143944.

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

Color convert

RGB72502-
CMYK00.310.970.72
HSL41.14º94.59%14.51%-
HSV(B)41.14º97.22%28.24%-
XYZ3.823.660.56-
YUV51.11100.29142.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=58.06%
G=40.32%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7250200.310.970.7241.1494.5914.51
Hex4832201F6148295ff
Octal1106220371411105113717
Binary1001000110010100111111100001100100010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483202; }

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

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

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

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

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

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

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

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