#483126

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

Shades of Morocco Brown #483126

Tints of Morocco Brown #483126

Color information

#483126 (or 0x483126) is unknown color: approx Morocco Brown. HEX triplet: 48, 31 and 26. RGB value is (72,49,38). Sum of RGB (Red+Green+Blue) = 72+49+38=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #483126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483126 is #B7CED9. Grayscale: #363636. Windows color (decimal): -12046042 or 2502984. OLE color: 2502984.

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

Color convert

RGB724938-
CMYK00.320.470.72
HSL19.41º30.91%21.57%-
HSV(B)19.41º47.22%28.24%-
XYZ4.123.712.33-
YUV54.62118.62140.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 49 (19.53% from 255) = 30.82%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=45.28%
G=30.82%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72493800.320.470.7219.4130.9121.57
Hex4831260202F48131f16
Octal110614604057110233726
Binary100100011000110011001000001011111001000100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483126; }

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

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

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

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

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

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

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

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