#482F1E

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

Shades of Morocco Brown #482F1E

Tints of Morocco Brown #482F1E

Color information

#482F1E (or 0x482F1E) is unknown color: approx Morocco Brown. HEX triplet: 48, 2F and 1E. RGB value is (72,47,30). Sum of RGB (Red+Green+Blue) = 72+47+30=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #482F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F1E is #B7D0E1. Grayscale: #343434. Windows color (decimal): -12046562 or 1978184. OLE color: 1978184.

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

Color convert

RGB724730-
CMYK00.350.580.72
HSL24.29º41.18%20%-
HSV(B)24.29º58.33%28.24%-
XYZ3.923.51.7-
YUV52.54115.28141.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=48.32%
G=31.54%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72473000.350.580.7224.2941.1820
Hex482F1E0233A48182914
Octal110573604372110305124
Binary100100010111111110010001111101010010001100010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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