#482614

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

Shades of Morocco Brown #482614

Tints of Morocco Brown #482614

Color information

#482614 (or 0x482614) is unknown color: approx Morocco Brown. HEX triplet: 48, 26 and 14. RGB value is (72,38,20). Sum of RGB (Red+Green+Blue) = 72+38+20=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482614 is #B7D9EB. Grayscale: #2E2E2E. Windows color (decimal): -12048876 or 1320520. OLE color: 1320520.

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

Color convert

RGB723820-
CMYK00.470.720.72
HSL20.77º56.52%18.04%-
HSV(B)20.77º72.22%28.24%-
XYZ3.492.811.02-
YUV46.11113.26146.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=55.38%
G=29.23%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72382000.470.720.7220.7756.5218.04
Hex48261402F4848153912
Octal1104624057110110257122
Binary1001000100110101000101111100100010010001010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482614; }

 p { color: rgb(72,38,20); }

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

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

 a { background-color: rgb(72,38,20); }

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

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

 span { border-color: rgb(72,38,20); }

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