#483026

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

Shades of Morocco Brown #483026

Tints of Morocco Brown #483026

Color information

#483026 (or 0x483026) is unknown color: approx Morocco Brown. HEX triplet: 48, 30 and 26. RGB value is (72,48,38). Sum of RGB (Red+Green+Blue) = 72+48+38=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #483026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483026 is #B7CFD9. Grayscale: #363636. Windows color (decimal): -12046298 or 2502728. OLE color: 2502728.

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

Color convert

RGB724838-
CMYK00.330.470.72
HSL17.65º30.91%21.57%-
HSV(B)17.65º47.22%28.24%-
XYZ4.083.632.32-
YUV54.04118.95140.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=45.57%
G=30.38%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72483800.330.470.7217.6530.9121.57
Hex4830260212F48121f16
Octal110604604157110223726
Binary100100011000010011001000011011111001000100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483026; }

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

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

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

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

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

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

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

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