Html Css Color HEX #482A18 Morocco Brown

📋 copy color: '#482A18'

red 72 ◦ green 42 ◦ blue 24

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

Shades of Morocco Brown #482A18

Tints of Morocco Brown #482A18

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.43%

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

R = 52.17%
G = 30.43%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#482A18 (or 0x482A18) is known color: Morocco Brown. HEX triplet: 48, 2A and 18. RGB value is (72,42,24). Sum of RGB (Red+Green+Blue) = 72+42+24=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #482A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A18 is #B7D5E7. Grayscale: #313131. Windows color (decimal): -12047848 or 1583688. OLE color: 1583688.

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

Color convert

RGB 72 42 24 -
CMYK 0 0.42 0.67 0.72
HSL 22.5º 0.5% 0.19% -
HSV(B) 22.5º 0.67% 0.28% -
XYZ 3.67 3.1 1.27 -
YUV 48.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 72 42 24 0 0.42 0.67 0.72 22.5 0.5 0.19
Hex 48 2A 18 0 2A 43 48 16 32 13
Octal 110 52 30 0 52 103 110 26 62 23
Binary 1001000 101010 11000 0 101010 1000011 1001000 10110 110010 10011

Color Harmonies of #482A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A18

Black with #482A18

Text Example


Text Example

White with #482A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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