Html Css Color HEX #482C24 Morocco Brown

📋 copy color: '#482C24'

red 72 ◦ green 44 ◦ blue 36

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

Shades of Morocco Brown #482C24

Tints of Morocco Brown #482C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.95%

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

R = 47.37%
G = 28.95%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#482C24 (or 0x482C24) is known color: Morocco Brown. HEX triplet: 48, 2C and 24. RGB value is (72,44,36). Sum of RGB (Red+Green+Blue) = 72+44+36=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #482C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C24 is #B7D3DB. Grayscale: #333333. Windows color (decimal): -12047324 or 2370632. OLE color: 2370632.

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

Color convert

RGB 72 44 36 -
CMYK 0 0.39 0.5 0.72
HSL 13.33º 0.33% 0.21% -
HSV(B) 13.33º 0.5% 0.28% -
XYZ 3.89 3.31 2.1 -
YUV 51.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 72 44 36 0 0.39 0.5 0.72 13.33 0.33 0.21
Hex 48 2C 24 0 27 32 48 D 21 15
Octal 110 54 44 0 47 62 110 15 41 25
Binary 1001000 101100 100100 0 100111 110010 1001000 1101 100001 10101

Color Harmonies of #482C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C24

Black with #482C24

Text Example


Text Example

White with #482C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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