#483027

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

Shades of Morocco Brown #483027

Tints of Morocco Brown #483027

Color information

#483027 (or 0x483027) is unknown color: approx Morocco Brown. HEX triplet: 48, 30 and 27. RGB value is (72,48,39). Sum of RGB (Red+Green+Blue) = 72+48+39=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #483027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483027 is #B7CFD8. Grayscale: #363636. Windows color (decimal): -12046297 or 2568264. OLE color: 2568264.

HSL color Cylindrical-coordinate representation of color #483027: hue angle of 16.36º 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 #483027 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB724839-
CMYK00.330.460.72
HSL16.36º29.73%21.76%-
HSV(B)16.36º45.83%28.24%-
XYZ4.13.642.41-
YUV54.15119.45140.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=45.28%
G=30.19%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72483900.330.460.7216.3629.7321.76
Hex4830270212E48101e16
Octal110604704156110203626
Binary100100011000010011101000011011101001000100001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483027; }

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

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

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

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

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

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

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

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