#482A1A

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

Shades of Morocco Brown #482A1A

Tints of Morocco Brown #482A1A

Color information

#482A1A (or 0x482A1A) is unknown color: approx Morocco Brown. HEX triplet: 48, 2A and 1A. RGB value is (72,42,26). Sum of RGB (Red+Green+Blue) = 72+42+26=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #482A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A1A is #B7D5E5. Grayscale: #313131. Windows color (decimal): -12047846 or 1714760. OLE color: 1714760.

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

Color convert

RGB724226-
CMYK00.420.640.72
HSL20.87º46.94%19.22%-
HSV(B)20.87º63.89%28.24%-
XYZ3.693.111.38-
YUV49.15114.94144.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 42 (16.80% from 255) = 30%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=51.43%
G=30%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72422600.420.640.7220.8746.9419.22
Hex482A1A02A4048152f13
Octal1105232052100110255723
Binary1001000101010110100101010100000010010001010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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