Html Css Color HEX #482D22 Morocco Brown

📋 copy color: '#482D22'

red 72 ◦ green 45 ◦ blue 34

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

Shades of Morocco Brown #482D22

Tints of Morocco Brown #482D22

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.8%

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

R = 47.68%
G = 29.8%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#482D22 (or 0x482D22) is known color: Morocco Brown. HEX triplet: 48, 2D and 22. RGB value is (72,45,34). Sum of RGB (Red+Green+Blue) = 72+45+34=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #482D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D22 is #B7D2DD. Grayscale: #333333. Windows color (decimal): -12047070 or 2239816. OLE color: 2239816.

HSL color Cylindrical-coordinate representation of color #482D22: hue angle of 17.37º 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 #482D22 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 45 34 -
CMYK 0 0.38 0.53 0.72
HSL 17.37º 0.36% 0.21% -
HSV(B) 17.37º 0.53% 0.28% -
XYZ 3.9 3.37 1.96 -
YUV 51.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 72 45 34 0 0.38 0.53 0.72 17.37 0.36 0.21
Hex 48 2D 22 0 26 35 48 11 24 15
Octal 110 55 42 0 46 65 110 21 44 25
Binary 1001000 101101 100010 0 100110 110101 1001000 10001 100100 10101

Color Harmonies of #482D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D22

Black with #482D22

Text Example


Text Example

White with #482D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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