#482814

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

Shades of Morocco Brown #482814

Tints of Morocco Brown #482814

Color information

#482814 (or 0x482814) is unknown color: approx Morocco Brown. HEX triplet: 48, 28 and 14. RGB value is (72,40,20). Sum of RGB (Red+Green+Blue) = 72+40+20=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #482814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482814 is #B7D7EB. Grayscale: #2F2F2F. Windows color (decimal): -12048364 or 1321032. OLE color: 1321032.

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

Color convert

RGB724020-
CMYK00.440.720.72
HSL23.08º56.52%18.04%-
HSV(B)23.08º72.22%28.24%-
XYZ3.562.951.04-
YUV47.29112.6145.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 40 (16.02% from 255) = 30.30%
BLUE value IS 20 (8.20% from 255) = 15.15%
R=54.55%
G=30.30%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72402000.440.720.7223.0856.5218.04
Hex48281402C4848173912
Octal1105024054110110277122
Binary1001000101000101000101100100100010010001011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482814; }

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

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

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

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

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

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

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

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