Html Css Color HEX #482922 Morocco Brown

📋 copy color: '#482922'

red 72 ◦ green 41 ◦ blue 34

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

Shades of Morocco Brown #482922

Tints of Morocco Brown #482922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 23.13%

R = 48.98%
G = 27.89%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#482922 (or 0x482922) is known color: Morocco Brown. HEX triplet: 48, 29 and 22. RGB value is (72,41,34). Sum of RGB (Red+Green+Blue) = 72+41+34=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482922 is #B7D6DD. Grayscale: #313131. Windows color (decimal): -12048094 or 2238792. OLE color: 2238792.

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

Color convert

RGB 72 41 34 -
CMYK 0 0.43 0.53 0.72
HSL 11.05º 0.36% 0.21% -
HSV(B) 11.05º 0.53% 0.28% -
XYZ 3.75 3.08 1.91 -
YUV 49.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 72 41 34 0 0.43 0.53 0.72 11.05 0.36 0.21
Hex 48 29 22 0 2B 35 48 B 24 15
Octal 110 51 42 0 53 65 110 13 44 25
Binary 1001000 101001 100010 0 101011 110101 1001000 1011 100100 10101

Color Harmonies of #482922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482922

Black with #482922

Text Example


Text Example

White with #482922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482922; }

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

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

background-color css

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

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

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

border-color css

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

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

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