Html Css Color HEX #482613 Morocco Brown

📋 copy color: '#482613'

red 72 ◦ green 38 ◦ blue 19

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

Shades of Morocco Brown #482613

Tints of Morocco Brown #482613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.46%

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

R = 55.81%
G = 29.46%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#482613 (or 0x482613) is known color: Morocco Brown. HEX triplet: 48, 26 and 13. RGB value is (72,38,19). Sum of RGB (Red+Green+Blue) = 72+38+19=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482613 is #B7D9EC. Grayscale: #2E2E2E. Windows color (decimal): -12048877 or 1254984. OLE color: 1254984.

HSL color Cylindrical-coordinate representation of color #482613: hue angle of 21.51º 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 #482613 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 19 -
CMYK 0 0.47 0.74 0.72
HSL 21.51º 0.58% 0.18% -
HSV(B) 21.51º 0.74% 0.28% -
XYZ 3.48 2.81 0.98 -
YUV 46 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 72 38 19 0 0.47 0.74 0.72 21.51 0.58 0.18
Hex 48 26 13 0 2F 4A 48 16 3A 12
Octal 110 46 23 0 57 112 110 26 72 22
Binary 1001000 100110 10011 0 101111 1001010 1001000 10110 111010 10010

Color Harmonies of #482613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482613

Black with #482613

Text Example


Text Example

White with #482613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482613; }

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

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

background-color css

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

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

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

border-color css

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

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

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