Html Css Color HEX #482D24 Morocco Brown

📋 copy color: '#482D24'

red 72 ◦ green 45 ◦ blue 36

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

Shades of Morocco Brown #482D24

Tints of Morocco Brown #482D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.53%

R = 47.06%
G = 29.41%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#482D24 (or 0x482D24) is known color: Morocco Brown. HEX triplet: 48, 2D and 24. RGB value is (72,45,36). Sum of RGB (Red+Green+Blue) = 72+45+36=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #482D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D24 is #B7D2DB. Grayscale: #343434. Windows color (decimal): -12047068 or 2370888. OLE color: 2370888.

HSL color Cylindrical-coordinate representation of color #482D24: hue angle of 15º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #482D24 is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 45 36 -
CMYK 0 0.38 0.5 0.72
HSL 15º 0.33% 0.21% -
HSV(B) 15º 0.5% 0.28% -
XYZ 3.93 3.38 2.11 -
YUV 52.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 72 45 36 0 0.38 0.5 0.72 15 0.33 0.21
Hex 48 2D 24 0 26 32 48 F 21 15
Octal 110 55 44 0 46 62 110 17 41 25
Binary 1001000 101101 100100 0 100110 110010 1001000 1111 100001 10101

Color Harmonies of #482D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D24

Black with #482D24

Text Example


Text Example

White with #482D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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