#483024

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

Shades of Morocco Brown #483024

Tints of Morocco Brown #483024

Color information

#483024 (or 0x483024) is unknown color: approx Morocco Brown. HEX triplet: 48, 30 and 24. RGB value is (72,48,36). Sum of RGB (Red+Green+Blue) = 72+48+36=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483024 is #B7CFDB. Grayscale: #353535. Windows color (decimal): -12046300 or 2371656. OLE color: 2371656.

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

Color convert

RGB724836-
CMYK00.330.50.72
HSL20º33.33%21.18%-
HSV(B)20º50%28.24%-
XYZ4.053.622.15-
YUV53.81117.95140.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 48 (19.14% from 255) = 30.77%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=46.15%
G=30.77%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72483600.330.50.722033.3321.18
Hex4830240213248142115
Octal110604404162110244125
Binary1001000110000100100010000111001010010001010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483024; }

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

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

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

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

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

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

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

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