Html Css Color HEX #482815 Morocco Brown

📋 copy color: '#482815'

red 72 ◦ green 40 ◦ blue 21

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

Shades of Morocco Brown #482815

Tints of Morocco Brown #482815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.08%

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

R = 54.14%
G = 30.08%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#482815 (or 0x482815) is known color: Morocco Brown. HEX triplet: 48, 28 and 15. RGB value is (72,40,21). Sum of RGB (Red+Green+Blue) = 72+40+21=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #482815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482815 is #B7D7EA. Grayscale: #2F2F2F. Windows color (decimal): -12048363 or 1386568. OLE color: 1386568.

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

Color convert

RGB 72 40 21 -
CMYK 0 0.44 0.71 0.72
HSL 22.35º 0.55% 0.18% -
HSV(B) 22.35º 0.71% 0.28% -
XYZ 3.57 2.95 1.09 -
YUV 47.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 72 40 21 0 0.44 0.71 0.72 22.35 0.55 0.18
Hex 48 28 15 0 2C 47 48 16 37 12
Octal 110 50 25 0 54 107 110 26 67 22
Binary 1001000 101000 10101 0 101100 1000111 1001000 10110 110111 10010

Color Harmonies of #482815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482815

Black with #482815

Text Example


Text Example

White with #482815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482815; }

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

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

background-color css

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

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

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

border-color css

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

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

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