#482C19

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

Shades of Morocco Brown #482C19

Tints of Morocco Brown #482C19

Color information

#482C19 (or 0x482C19) is unknown color: approx Morocco Brown. HEX triplet: 48, 2C and 19. RGB value is (72,44,25). Sum of RGB (Red+Green+Blue) = 72+44+25=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #482C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C19 is #B7D3E6. Grayscale: #323232. Windows color (decimal): -12047335 or 1649736. OLE color: 1649736.

HSL color Cylindrical-coordinate representation of color #482C19: hue angle of 24.26º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482C19 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB724425-
CMYK00.390.650.72
HSL24.26º48.45%19.02%-
HSV(B)24.26º65.28%28.24%-
XYZ3.753.251.35-
YUV50.21113.78143.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 44 (17.58% from 255) = 31.21%
BLUE value IS 25 (10.16% from 255) = 17.73%
R=51.06%
G=31.21%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72442500.390.650.7224.2648.4519.02
Hex482C190274148183013
Octal1105431047101110306023
Binary1001000101100110010100111100000110010001100011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,44,25); }

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

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

 a { background-color: rgb(72,44,25); }

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

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

 span { border-color: rgb(72,44,25); }

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