#483127

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

Shades of Morocco Brown #483127

Tints of Morocco Brown #483127

Color information

#483127 (or 0x483127) is unknown color: approx Morocco Brown. HEX triplet: 48, 31 and 27. RGB value is (72,49,39). Sum of RGB (Red+Green+Blue) = 72+49+39=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #483127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483127 is #B7CED8. Grayscale: #363636. Windows color (decimal): -12046041 or 2568520. OLE color: 2568520.

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

Color convert

RGB724939-
CMYK00.320.460.72
HSL18.18º29.73%21.76%-
HSV(B)18.18º45.83%28.24%-
XYZ4.143.722.42-
YUV54.74119.12140.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=45%
G=30.62%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72493900.320.460.7218.1829.7321.76
Hex4831270202E48121e16
Octal110614704056110223626
Binary100100011000110011101000001011101001000100101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483127; }

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

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

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

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

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

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

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

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