#482711

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

Shades of Morocco Brown #482711

Tints of Morocco Brown #482711

Color information

#482711 (or 0x482711) is unknown color: approx Morocco Brown. HEX triplet: 48, 27 and 11. RGB value is (72,39,17). Sum of RGB (Red+Green+Blue) = 72+39+17=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #482711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482711 is #B7D8EE. Grayscale: #2E2E2E. Windows color (decimal): -12048623 or 1124168. OLE color: 1124168.

HSL color Cylindrical-coordinate representation of color #482711: hue angle of 24º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482711 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB723917-
CMYK00.460.760.72
HSL24º61.8%17.45%-
HSV(B)24º76.39%28.24%-
XYZ3.52.870.9-
YUV46.36111.43146.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=56.25%
G=30.47%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72391700.460.760.722461.817.45
Hex48271102E4C48183e11
Octal1104721056114110307621
Binary1001000100111100010101110100110010010001100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482711; }

 p { color: rgb(72,39,17); }

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

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

 a { background-color: rgb(72,39,17); }

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

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

 span { border-color: rgb(72,39,17); }

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