#483715

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

Shades of Mikado #483715

Tints of Mikado #483715

Color information

#483715 (or 0x483715) is unknown color: approx Mikado. HEX triplet: 48, 37 and 15. RGB value is (72,55,21). Sum of RGB (Red+Green+Blue) = 72+55+21=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #483715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483715 is #B7C8EA. Grayscale: #383838. Windows color (decimal): -12044523 or 1390408. OLE color: 1390408.

HSL color Cylindrical-coordinate representation of color #483715: hue angle of 40º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #483715 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB725521-
CMYK00.240.710.72
HSL40º54.84%18.24%-
HSV(B)40º70.83%28.24%-
XYZ4.174.161.29-
YUV56.21108.13139.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 55 (21.88% from 255) = 37.16%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=48.65%
G=37.16%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72552100.240.710.724054.8418.24
Hex4837150184748283712
Octal1106725030107110506722
Binary1001000110111101010110001000111100100010100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483715; }

 p { color: rgb(72,55,21); }

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

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

 a { background-color: rgb(72,55,21); }

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

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

 span { border-color: rgb(72,55,21); }

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