#482611

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

Shades of Morocco Brown #482611

Tints of Morocco Brown #482611

Color information

#482611 (or 0x482611) is unknown color: approx Morocco Brown. HEX triplet: 48, 26 and 11. RGB value is (72,38,17). Sum of RGB (Red+Green+Blue) = 72+38+17=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482611 is #B7D9EE. Grayscale: #2D2D2D. Windows color (decimal): -12048879 or 1123912. OLE color: 1123912.

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

Color convert

RGB723817-
CMYK00.470.760.72
HSL22.91º61.8%17.45%-
HSV(B)22.91º76.39%28.24%-
XYZ3.472.80.89-
YUV45.77111.76146.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=56.69%
G=29.92%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72381700.470.760.7222.9161.817.45
Hex48261102F4C48173e11
Octal1104621057114110277621
Binary1001000100110100010101111100110010010001011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482611; }

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

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

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

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

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

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

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

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