#482F27

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

Shades of Morocco Brown #482F27

Tints of Morocco Brown #482F27

Color information

#482F27 (or 0x482F27) is unknown color: approx Morocco Brown. HEX triplet: 48, 2F and 27. RGB value is (72,47,39). Sum of RGB (Red+Green+Blue) = 72+47+39=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #482F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F27 is #B7D0D8. Grayscale: #353535. Windows color (decimal): -12046553 or 2568008. OLE color: 2568008.

HSL color Cylindrical-coordinate representation of color #482F27: hue angle of 14.55º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #482F27 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB724739-
CMYK00.350.460.72
HSL14.55º29.73%21.76%-
HSV(B)14.55º45.83%28.24%-
XYZ4.063.562.39-
YUV53.56119.78141.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=45.57%
G=29.75%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72473900.350.460.7214.5529.7321.76
Hex482F270232E48f1e16
Octal110574704356110173626
Binary10010001011111001110100011101110100100011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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