#483123

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

Shades of Morocco Brown #483123

Tints of Morocco Brown #483123

Color information

#483123 (or 0x483123) is unknown color: approx Morocco Brown. HEX triplet: 48, 31 and 23. RGB value is (72,49,35). Sum of RGB (Red+Green+Blue) = 72+49+35=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483123 is #B7CEDC. Grayscale: #363636. Windows color (decimal): -12046045 or 2306376. OLE color: 2306376.

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

Color convert

RGB724935-
CMYK00.320.510.72
HSL22.7º34.58%20.98%-
HSV(B)22.7º51.39%28.24%-
XYZ4.073.72.09-
YUV54.28117.12140.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 35 (14.06% from 255) = 22.44%
R=46.15%
G=31.41%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72493500.320.510.7222.734.5820.98
Hex4831230203348172315
Octal110614304063110274325
Binary1001000110001100011010000011001110010001011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483123; }

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

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

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

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

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

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

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

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