#482E1F

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

Shades of Morocco Brown #482E1F

Tints of Morocco Brown #482E1F

Color information

#482E1F (or 0x482E1F) is unknown color: approx Morocco Brown. HEX triplet: 48, 2E and 1F. RGB value is (72,46,31). Sum of RGB (Red+Green+Blue) = 72+46+31=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #482E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E1F is #B7D1E0. Grayscale: #343434. Windows color (decimal): -12046817 or 2043464. OLE color: 2043464.

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

Color convert

RGB724631-
CMYK00.360.570.72
HSL21.95º39.81%20.2%-
HSV(B)21.95º56.94%28.24%-
XYZ3.93.431.75-
YUV52.06116.11142.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 46 (18.36% from 255) = 30.87%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=48.32%
G=30.87%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72463100.360.570.7221.9539.8120.2
Hex482E1F0243948162814
Octal110563704471110265024
Binary100100010111011111010010011100110010001011010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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