Html Css Color HEX #482615 Morocco Brown

📋 copy color: '#482615'

red 72 ◦ green 38 ◦ blue 21

#482615
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #482615

Tints of Morocco Brown #482615

RGB

 RED value IS 72 (28.52% from 255) = 54.96%

 GREEN value IS 38 (15.23% from 255) = 29.01%

 BLUE value IS 21 (8.59% from 255) = 16.03%

R = 54.96%
G = 29.01%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#482615 (or 0x482615) is known color: Morocco Brown. HEX triplet: 48, 26 and 15. RGB value is (72,38,21). Sum of RGB (Red+Green+Blue) = 72+38+21=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482615 is #B7D9EA. Grayscale: #2E2E2E. Windows color (decimal): -12048875 or 1386056. OLE color: 1386056.

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

Color convert

RGB 72 38 21 -
CMYK 0 0.47 0.71 0.72
HSL 20º 0.55% 0.18% -
HSV(B) 20º 0.71% 0.28% -
XYZ 3.5 2.82 1.07 -
YUV 46.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 72 38 21 0 0.47 0.71 0.72 20 0.55 0.18
Hex 48 26 15 0 2F 47 48 14 37 12
Octal 110 46 25 0 57 107 110 24 67 22
Binary 1001000 100110 10101 0 101111 1000111 1001000 10100 110111 10010

Color Harmonies of #482615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482615

Black with #482615

Text Example


Text Example

White with #482615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482615; }

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

 H1.HeaderClassName
 {
   color: #482615;
 }
 .AnyTagClassName
 {
   color: #482615;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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