#483203

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

Shades of Mikado #483203

Tints of Mikado #483203

Color information

#483203 (or 0x483203) is unknown color: approx Mikado. HEX triplet: 48, 32 and 03. RGB value is (72,50,3). Sum of RGB (Red+Green+Blue) = 72+50+3=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #483203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483203 is #B7CDFC. Grayscale: #333333. Windows color (decimal): -12045821 or 209480. OLE color: 209480.

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

Color convert

RGB72503-
CMYK00.310.960.72
HSL40.87º92%14.71%-
HSV(B)40.87º95.83%28.24%-
XYZ3.833.670.59-
YUV51.22100.79142.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=57.6%
G=40%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7250300.310.960.7240.879214.71
Hex4832301F6048295cf
Octal1106230371401105113417
Binary1001000110010110111111100000100100010100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483203; }

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

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

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

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

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

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

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

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