#482712

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

Shades of Morocco Brown #482712

Tints of Morocco Brown #482712

Color information

#482712 (or 0x482712) is unknown color: approx Morocco Brown. HEX triplet: 48, 27 and 12. RGB value is (72,39,18). Sum of RGB (Red+Green+Blue) = 72+39+18=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482712 is #B7D8ED. Grayscale: #2E2E2E. Windows color (decimal): -12048622 or 1189704. OLE color: 1189704.

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

Color convert

RGB723918-
CMYK00.460.750.72
HSL23.33º60%17.65%-
HSV(B)23.33º75%28.24%-
XYZ3.512.870.94-
YUV46.47111.93146.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=55.81%
G=30.23%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72391800.460.750.7223.336017.65
Hex48271202E4B48173c12
Octal1104722056113110277422
Binary1001000100111100100101110100101110010001011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482712; }

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

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

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

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

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

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

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

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