#483226

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

Shades of Morocco Brown #483226

Tints of Morocco Brown #483226

Color information

#483226 (or 0x483226) is unknown color: approx Morocco Brown. HEX triplet: 48, 32 and 26. RGB value is (72,50,38). Sum of RGB (Red+Green+Blue) = 72+50+38=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #483226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483226 is #B7CDD9. Grayscale: #373737. Windows color (decimal): -12045786 or 2503240. OLE color: 2503240.

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

Color convert

RGB725038-
CMYK00.310.470.72
HSL21.18º30.91%21.57%-
HSV(B)21.18º47.22%28.24%-
XYZ4.163.82.35-
YUV55.21118.29139.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=45%
G=31.25%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72503800.310.470.7221.1830.9121.57
Hex48322601F2F48151f16
Octal110624603757110253726
Binary10010001100101001100111111011111001000101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483226; }

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

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

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

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

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

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

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

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