Html Css Color HEX #482918 Morocco Brown

📋 copy color: '#482918'

red 72 ◦ green 41 ◦ blue 24

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

Shades of Morocco Brown #482918

Tints of Morocco Brown #482918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.52%

R = 52.55%
G = 29.93%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#482918 (or 0x482918) is known color: Morocco Brown. HEX triplet: 48, 29 and 18. RGB value is (72,41,24). Sum of RGB (Red+Green+Blue) = 72+41+24=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #482918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482918 is #B7D6E7. Grayscale: #303030. Windows color (decimal): -12048104 or 1583432. OLE color: 1583432.

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

Color convert

RGB 72 41 24 -
CMYK 0 0.43 0.67 0.72
HSL 21.25º 0.5% 0.19% -
HSV(B) 21.25º 0.67% 0.28% -
XYZ 3.63 3.03 1.26 -
YUV 48.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 72 41 24 0 0.43 0.67 0.72 21.25 0.5 0.19
Hex 48 29 18 0 2B 43 48 15 32 13
Octal 110 51 30 0 53 103 110 25 62 23
Binary 1001000 101001 11000 0 101011 1000011 1001000 10101 110010 10011

Color Harmonies of #482918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482918

Black with #482918

Text Example


Text Example

White with #482918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482918; }

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

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

background-color css

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

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

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

border-color css

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

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

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