Html Css Color HEX #482714 Morocco Brown

📋 copy color: '#482714'

red 72 ◦ green 39 ◦ blue 20

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

Shades of Morocco Brown #482714

Tints of Morocco Brown #482714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.27%

R = 54.96%
G = 29.77%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#482714 (or 0x482714) is known color: Morocco Brown. HEX triplet: 48, 27 and 14. RGB value is (72,39,20). Sum of RGB (Red+Green+Blue) = 72+39+20=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482714 is #B7D8EB. Grayscale: #2E2E2E. Windows color (decimal): -12048620 or 1320776. OLE color: 1320776.

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

Color convert

RGB 72 39 20 -
CMYK 0 0.46 0.72 0.72
HSL 21.92º 0.57% 0.18% -
HSV(B) 21.92º 0.72% 0.28% -
XYZ 3.52 2.88 1.03 -
YUV 46.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 72 39 20 0 0.46 0.72 0.72 21.92 0.57 0.18
Hex 48 27 14 0 2E 48 48 16 39 12
Octal 110 47 24 0 56 110 110 26 71 22
Binary 1001000 100111 10100 0 101110 1001000 1001000 10110 111001 10010

Color Harmonies of #482714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482714

Black with #482714

Text Example


Text Example

White with #482714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482714; }

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

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

background-color css

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

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

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

border-color css

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

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

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