Html Css Color HEX #482C18 Morocco Brown

📋 copy color: '#482C18'

red 72 ◦ green 44 ◦ blue 24

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

Shades of Morocco Brown #482C18

Tints of Morocco Brown #482C18

RGB

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

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

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

R = 51.43%
G = 31.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#482C18 (or 0x482C18) is known color: Morocco Brown. HEX triplet: 48, 2C and 18. RGB value is (72,44,24). Sum of RGB (Red+Green+Blue) = 72+44+24=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #482C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C18 is #B7D3E7. Grayscale: #323232. Windows color (decimal): -12047336 or 1584200. OLE color: 1584200.

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

Color convert

RGB 72 44 24 -
CMYK 0 0.39 0.67 0.72
HSL 25º 0.5% 0.19% -
HSV(B) 25º 0.67% 0.28% -
XYZ 3.74 3.25 1.29 -
YUV 50.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 72 44 24 0 0.39 0.67 0.72 25 0.5 0.19
Hex 48 2C 18 0 27 43 48 19 32 13
Octal 110 54 30 0 47 103 110 31 62 23
Binary 1001000 101100 11000 0 100111 1000011 1001000 11001 110010 10011

Color Harmonies of #482C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C18

Black with #482C18

Text Example


Text Example

White with #482C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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