#483022

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

Shades of Morocco Brown #483022

Tints of Morocco Brown #483022

Color information

#483022 (or 0x483022) is unknown color: approx Morocco Brown. HEX triplet: 48, 30 and 22. RGB value is (72,48,34). Sum of RGB (Red+Green+Blue) = 72+48+34=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #483022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483022 is #B7CFDD. Grayscale: #353535. Windows color (decimal): -12046302 or 2240584. OLE color: 2240584.

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

Color convert

RGB724834-
CMYK00.330.530.72
HSL22.11º35.85%20.78%-
HSV(B)22.11º52.78%28.24%-
XYZ4.023.612-
YUV53.58116.95141.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 34 (13.67% from 255) = 22.08%
R=46.75%
G=31.17%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72483400.330.530.7222.1135.8520.78
Hex4830220213548162415
Octal110604204165110264425
Binary1001000110000100010010000111010110010001011010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483022; }

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

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

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

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

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

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

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

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