#483125

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

Shades of Morocco Brown #483125

Tints of Morocco Brown #483125

Color information

#483125 (or 0x483125) is unknown color: approx Morocco Brown. HEX triplet: 48, 31 and 25. RGB value is (72,49,37). Sum of RGB (Red+Green+Blue) = 72+49+37=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #483125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483125 is #B7CEDA. Grayscale: #363636. Windows color (decimal): -12046043 or 2437448. OLE color: 2437448.

HSL color Cylindrical-coordinate representation of color #483125: hue angle of 20.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #483125 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB724937-
CMYK00.320.490.72
HSL20.57º32.11%21.37%-
HSV(B)20.57º48.61%28.24%-
XYZ4.13.712.25-
YUV54.51118.12140.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=45.57%
G=31.01%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72493700.320.490.7220.5732.1121.37
Hex4831250203148152015
Octal110614504061110254025
Binary1001000110001100101010000011000110010001010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483125; }

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

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

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

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

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

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

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

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