#482C1E

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

Shades of Morocco Brown #482C1E

Tints of Morocco Brown #482C1E

Color information

#482C1E (or 0x482C1E) is unknown color: approx Morocco Brown. HEX triplet: 48, 2C and 1E. RGB value is (72,44,30). Sum of RGB (Red+Green+Blue) = 72+44+30=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #482C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C1E is #B7D3E1. Grayscale: #323232. Windows color (decimal): -12047330 or 1977416. OLE color: 1977416.

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

Color convert

RGB724430-
CMYK00.390.580.72
HSL20º41.18%20%-
HSV(B)20º58.33%28.24%-
XYZ3.813.271.66-
YUV50.78116.28143.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 44 (17.58% from 255) = 30.14%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=49.32%
G=30.14%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72443000.390.580.722041.1820
Hex482C1E0273A48142914
Octal110543604772110245124
Binary100100010110011110010011111101010010001010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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