#483205

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

Shades of Mikado #483205

Tints of Mikado #483205

Color information

#483205 (or 0x483205) is unknown color: approx Mikado. HEX triplet: 48, 32 and 05. RGB value is (72,50,5). Sum of RGB (Red+Green+Blue) = 72+50+5=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #483205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483205 is #B7CDFA. Grayscale: #333333. Windows color (decimal): -12045819 or 340552. OLE color: 340552.

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

Color convert

RGB72505-
CMYK00.310.930.72
HSL40.3º87.01%15.1%-
HSV(B)40.3º93.06%28.24%-
XYZ3.843.670.65-
YUV51.45101.79142.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 5 (2.34% from 255) = 3.94%
R=56.69%
G=39.37%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7250500.310.930.7240.387.0115.1
Hex4832501F5D482857f
Octal1106250371351105012717
Binary10010001100101010111111011101100100010100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483205; }

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

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

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

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

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

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

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

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