#482A23

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

Shades of Morocco Brown #482A23

Tints of Morocco Brown #482A23

Color information

#482A23 (or 0x482A23) is unknown color: approx Morocco Brown. HEX triplet: 48, 2A and 23. RGB value is (72,42,35). Sum of RGB (Red+Green+Blue) = 72+42+35=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #482A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A23 is #B7D5DC. Grayscale: #323232. Windows color (decimal): -12047837 or 2304584. OLE color: 2304584.

HSL color Cylindrical-coordinate representation of color #482A23: hue angle of 11.35º 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 #482A23 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB724235-
CMYK00.420.510.72
HSL11.35º34.58%20.98%-
HSV(B)11.35º51.39%28.24%-
XYZ3.83.152-
YUV50.17119.44143.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 35 (14.06% from 255) = 23.49%
R=48.32%
G=28.19%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72423500.420.510.7211.3534.5820.98
Hex482A2302A3348b2315
Octal110524305263110134325
Binary100100010101010001101010101100111001000101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482A23; }

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

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

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

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

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

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

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

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