#483403

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

Shades of Mikado #483403

Tints of Mikado #483403

Color information

#483403 (or 0x483403) is unknown color: approx Mikado. HEX triplet: 48, 34 and 03. RGB value is (72,52,3). Sum of RGB (Red+Green+Blue) = 72+52+3=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #483403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483403 is #B7CBFC. Grayscale: #343434. Windows color (decimal): -12045309 or 209992. OLE color: 209992.

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

Color convert

RGB72523-
CMYK00.280.960.72
HSL42.61º92%14.71%-
HSV(B)42.61º95.83%28.24%-
XYZ3.923.840.62-
YUV52.39100.13141.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 3 (1.56% from 255) = 2.36%
R=56.69%
G=40.94%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7252300.280.960.7242.619214.71
Hex4834301C60482b5cf
Octal1106430341401105313417
Binary1001000110100110111001100000100100010101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483403; }

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

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

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

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

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

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

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

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