#482713

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

Shades of Morocco Brown #482713

Tints of Morocco Brown #482713

Color information

#482713 (or 0x482713) is unknown color: approx Morocco Brown. HEX triplet: 48, 27 and 13. RGB value is (72,39,19). Sum of RGB (Red+Green+Blue) = 72+39+19=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482713 is #B7D8EC. Grayscale: #2E2E2E. Windows color (decimal): -12048621 or 1255240. OLE color: 1255240.

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

Color convert

RGB723919-
CMYK00.460.740.72
HSL22.64º58.24%17.84%-
HSV(B)22.64º73.61%28.24%-
XYZ3.522.880.99-
YUV46.59112.43146.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 19 (7.81% from 255) = 14.62%
R=55.38%
G=30%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72391900.460.740.7222.6458.2417.84
Hex48271302E4A48173a12
Octal1104723056112110277222
Binary1001000100111100110101110100101010010001011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482713; }

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

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

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

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

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

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

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

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