#482714

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

Shades of Morocco Brown #482714

Tints of Morocco Brown #482714

Color information

#482714 (or 0x482714) is unknown color: approx Morocco Brown. HEX triplet: 48, 27 and 14. RGB value is (72,39,20). Sum of RGB (Red+Green+Blue) = 72+39+20=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482714 is #B7D8EB. Grayscale: #2E2E2E. Windows color (decimal): -12048620 or 1320776. OLE color: 1320776.

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

Color convert

RGB723920-
CMYK00.460.720.72
HSL21.92º56.52%18.04%-
HSV(B)21.92º72.22%28.24%-
XYZ3.522.881.03-
YUV46.7112.93146.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=54.96%
G=29.77%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72392000.460.720.7221.9256.5218.04
Hex48271402E4848163912
Octal1104724056110110267122
Binary1001000100111101000101110100100010010001011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482714; }

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

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

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

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

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

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

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

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