#482717

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

Shades of Morocco Brown #482717

Tints of Morocco Brown #482717

Color information

#482717 (or 0x482717) is unknown color: approx Morocco Brown. HEX triplet: 48, 27 and 17. RGB value is (72,39,23). Sum of RGB (Red+Green+Blue) = 72+39+23=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #482717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482717 is #B7D8E8. Grayscale: #2F2F2F. Windows color (decimal): -12048617 or 1517384. OLE color: 1517384.

HSL color Cylindrical-coordinate representation of color #482717: hue angle of 19.59º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482717 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB723923-
CMYK00.460.680.72
HSL19.59º51.58%18.63%-
HSV(B)19.59º68.06%28.24%-
XYZ3.552.891.18-
YUV47.04114.43145.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 39 (15.62% from 255) = 29.10%
BLUE value IS 23 (9.38% from 255) = 17.16%
R=53.73%
G=29.10%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72392300.460.680.7219.5951.5818.63
Hex48271702E4448143413
Octal1104727056104110246423
Binary1001000100111101110101110100010010010001010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482717; }

 p { color: rgb(72,39,23); }

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

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

 a { background-color: rgb(72,39,23); }

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

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

 span { border-color: rgb(72,39,23); }

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