#482E1E

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

Shades of Morocco Brown #482E1E

Tints of Morocco Brown #482E1E

Color information

#482E1E (or 0x482E1E) is unknown color: approx Morocco Brown. HEX triplet: 48, 2E and 1E. RGB value is (72,46,30). Sum of RGB (Red+Green+Blue) = 72+46+30=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #482E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E1E is #B7D1E1. Grayscale: #343434. Windows color (decimal): -12046818 or 1977928. OLE color: 1977928.

HSL color Cylindrical-coordinate representation of color #482E1E: hue angle of 22.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #482E1E is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB724630-
CMYK00.360.580.72
HSL22.86º41.18%20%-
HSV(B)22.86º58.33%28.24%-
XYZ3.883.431.68-
YUV51.95115.61142.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 46 (18.36% from 255) = 31.08%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=48.65%
G=31.08%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72463000.360.580.7222.8641.1820
Hex482E1E0243A48172914
Octal110563604472110275124
Binary100100010111011110010010011101010010001011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482E1E; }

 p { color: rgb(72,46,30); }

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

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

 a { background-color: rgb(72,46,30); }

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

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

 span { border-color: rgb(72,46,30); }

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