Html Css Color HEX #482916 Morocco Brown

📋 copy color: '#482916'

red 72 ◦ green 41 ◦ blue 22

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

Shades of Morocco Brown #482916

Tints of Morocco Brown #482916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.37%

 BLUE value IS 22 (8.98% from 255) = 16.3%

R = 53.33%
G = 30.37%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#482916 (or 0x482916) is known color: Morocco Brown. HEX triplet: 48, 29 and 16. RGB value is (72,41,22). Sum of RGB (Red+Green+Blue) = 72+41+22=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #482916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482916 is #B7D6E9. Grayscale: #303030. Windows color (decimal): -12048106 or 1452360. OLE color: 1452360.

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

Color convert

RGB 72 41 22 -
CMYK 0 0.43 0.69 0.72
HSL 22.8º 0.53% 0.18% -
HSV(B) 22.8º 0.69% 0.28% -
XYZ 3.61 3.02 1.15 -
YUV 48.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 72 41 22 0 0.43 0.69 0.72 22.8 0.53 0.18
Hex 48 29 16 0 2B 45 48 17 35 12
Octal 110 51 26 0 53 105 110 27 65 22
Binary 1001000 101001 10110 0 101011 1000101 1001000 10111 110101 10010

Color Harmonies of #482916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482916

Black with #482916

Text Example


Text Example

White with #482916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482916; }

 p { color: rgb(72,41,22); }

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

background-color css

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

 a { background-color: rgb(72,41,22); }

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

border-color css

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

 span { border-color: rgb(72,41,22); }

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