Html Css Color HEX #482713 Morocco Brown

📋 copy color: '#482713'

red 72 ◦ green 39 ◦ blue 19

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

Shades of Morocco Brown #482713

Tints of Morocco Brown #482713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30%

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

R = 55.38%
G = 30%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#482713 (or 0x482713) is known color: Morocco Brown. HEX triplet: 48, 27 and 13. RGB value is (72,39,19). Sum of RGB (Red+Green+Blue) = 72+39+19=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482713 is #B7D8EC. Grayscale: #2E2E2E. Windows color (decimal): -12048621 or 1255240. OLE color: 1255240.

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

Color convert

RGB 72 39 19 -
CMYK 0 0.46 0.74 0.72
HSL 22.64º 0.58% 0.18% -
HSV(B) 22.64º 0.74% 0.28% -
XYZ 3.52 2.88 0.99 -
YUV 46.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 72 39 19 0 0.46 0.74 0.72 22.64 0.58 0.18
Hex 48 27 13 0 2E 4A 48 17 3A 12
Octal 110 47 23 0 56 112 110 27 72 22
Binary 1001000 100111 10011 0 101110 1001010 1001000 10111 111010 10010

Color Harmonies of #482713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482713

Black with #482713

Text Example


Text Example

White with #482713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482713; }

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

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

background-color css

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

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

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

border-color css

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

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

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