#482B1A

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

Shades of Morocco Brown #482B1A

Tints of Morocco Brown #482B1A

Color information

#482B1A (or 0x482B1A) is unknown color: approx Morocco Brown. HEX triplet: 48, 2B and 1A. RGB value is (72,43,26). Sum of RGB (Red+Green+Blue) = 72+43+26=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #482B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B1A is #B7D4E5. Grayscale: #313131. Windows color (decimal): -12047590 or 1715016. OLE color: 1715016.

HSL color Cylindrical-coordinate representation of color #482B1A: hue angle of 22.17º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #482B1A is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB724326-
CMYK00.400.640.72
HSL22.17º46.94%19.22%-
HSV(B)22.17º63.89%28.24%-
XYZ3.723.181.39-
YUV49.73114.61143.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=51.06%
G=30.50%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72432600.400.640.7222.1746.9419.22
Hex482B1A0284048162f13
Octal1105332050100110265723
Binary1001000101011110100101000100000010010001011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,43,26); }

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

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

 a { background-color: rgb(72,43,26); }

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

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

 span { border-color: rgb(72,43,26); }

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