#482917

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

Shades of Morocco Brown #482917

Tints of Morocco Brown #482917

Color information

#482917 (or 0x482917) is unknown color: approx Morocco Brown. HEX triplet: 48, 29 and 17. RGB value is (72,41,23). Sum of RGB (Red+Green+Blue) = 72+41+23=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #482917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482917 is #B7D6E8. Grayscale: #303030. Windows color (decimal): -12048105 or 1517896. OLE color: 1517896.

HSL color Cylindrical-coordinate representation of color #482917: hue angle of 22.04º 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 #482917 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB724123-
CMYK00.430.680.72
HSL22.04º51.58%18.63%-
HSV(B)22.04º68.06%28.24%-
XYZ3.623.031.2-
YUV48.22113.77144.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=52.94%
G=30.15%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72412300.430.680.7222.0451.5818.63
Hex48291702B4448163413
Octal1105127053104110266423
Binary1001000101001101110101011100010010010001011011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482917; }

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

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

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

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

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

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

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

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