Html Css Color HEX #482F24 Morocco Brown

📋 copy color: '#482F24'

red 72 ◦ green 47 ◦ blue 36

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

Shades of Morocco Brown #482F24

Tints of Morocco Brown #482F24

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.32%

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

R = 46.45%
G = 30.32%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#482F24 (or 0x482F24) is known color: Morocco Brown. HEX triplet: 48, 2F and 24. RGB value is (72,47,36). Sum of RGB (Red+Green+Blue) = 72+47+36=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #482F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F24 is #B7D0DB. Grayscale: #353535. Windows color (decimal): -12046556 or 2371400. OLE color: 2371400.

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

Color convert

RGB 72 47 36 -
CMYK 0 0.35 0.5 0.72
HSL 18.33º 0.33% 0.21% -
HSV(B) 18.33º 0.5% 0.28% -
XYZ 4.01 3.54 2.14 -
YUV 53.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 72 47 36 0 0.35 0.5 0.72 18.33 0.33 0.21
Hex 48 2F 24 0 23 32 48 12 21 15
Octal 110 57 44 0 43 62 110 22 41 25
Binary 1001000 101111 100100 0 100011 110010 1001000 10010 100001 10101

Color Harmonies of #482F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F24

Black with #482F24

Text Example


Text Example

White with #482F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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