Html Css Color HEX #482813 Morocco Brown

📋 copy color: '#482813'

red 72 ◦ green 40 ◦ blue 19

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

Shades of Morocco Brown #482813

Tints of Morocco Brown #482813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 54.96%
G = 30.53%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#482813 (or 0x482813) is known color: Morocco Brown. HEX triplet: 48, 28 and 13. RGB value is (72,40,19). Sum of RGB (Red+Green+Blue) = 72+40+19=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482813 is #B7D7EC. Grayscale: #2F2F2F. Windows color (decimal): -12048365 or 1255496. OLE color: 1255496.

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

Color convert

RGB 72 40 19 -
CMYK 0 0.44 0.74 0.72
HSL 23.77º 0.58% 0.18% -
HSV(B) 23.77º 0.74% 0.28% -
XYZ 3.55 2.94 1 -
YUV 47.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 72 40 19 0 0.44 0.74 0.72 23.77 0.58 0.18
Hex 48 28 13 0 2C 4A 48 18 3A 12
Octal 110 50 23 0 54 112 110 30 72 22
Binary 1001000 101000 10011 0 101100 1001010 1001000 11000 111010 10010

Color Harmonies of #482813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482813

Black with #482813

Text Example


Text Example

White with #482813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482813; }

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

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

background-color css

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

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

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

border-color css

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

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

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