Html Css Color HEX #482812 Morocco Brown

📋 copy color: '#482812'

red 72 ◦ green 40 ◦ blue 18

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

Shades of Morocco Brown #482812

Tints of Morocco Brown #482812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.77%

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 55.38%
G = 30.77%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#482812 (or 0x482812) is known color: Morocco Brown. HEX triplet: 48, 28 and 12. RGB value is (72,40,18). Sum of RGB (Red+Green+Blue) = 72+40+18=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482812 is #B7D7ED. Grayscale: #2F2F2F. Windows color (decimal): -12048366 or 1189960. OLE color: 1189960.

HSL color Cylindrical-coordinate representation of color #482812: hue angle of 24.44º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482812 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 40 18 -
CMYK 0 0.44 0.75 0.72
HSL 24.44º 0.6% 0.18% -
HSV(B) 24.44º 0.75% 0.28% -
XYZ 3.54 2.94 0.95 -
YUV 47.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 72 40 18 0 0.44 0.75 0.72 24.44 0.6 0.18
Hex 48 28 12 0 2C 4B 48 18 3C 12
Octal 110 50 22 0 54 113 110 30 74 22
Binary 1001000 101000 10010 0 101100 1001011 1001000 11000 111100 10010

Color Harmonies of #482812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482812

Black with #482812

Text Example


Text Example

White with #482812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482812; }

 p { color: rgb(72,40,18); }

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

background-color css

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

 a { background-color: rgb(72,40,18); }

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

border-color css

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

 span { border-color: rgb(72,40,18); }

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