#483025

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

Shades of Morocco Brown #483025

Tints of Morocco Brown #483025

Color information

#483025 (or 0x483025) is unknown color: approx Morocco Brown. HEX triplet: 48, 30 and 25. RGB value is (72,48,37). Sum of RGB (Red+Green+Blue) = 72+48+37=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483025 is #B7CFDA. Grayscale: #353535. Windows color (decimal): -12046299 or 2437192. OLE color: 2437192.

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

Color convert

RGB724837-
CMYK00.330.490.72
HSL18.86º32.11%21.37%-
HSV(B)18.86º48.61%28.24%-
XYZ4.063.632.24-
YUV53.92118.45140.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=45.86%
G=30.57%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72483700.330.490.7218.8632.1121.37
Hex4830250213148132015
Octal110604504161110234025
Binary1001000110000100101010000111000110010001001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483025; }

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

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

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

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

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

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

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

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