Html Css Color HEX #472A16 Morocco Brown

📋 copy color: '#472A16'

red 71 ◦ green 42 ◦ blue 22

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

Shades of Morocco Brown #472A16

Tints of Morocco Brown #472A16

RGB

 RED value IS 71 (28.13% from 255) = 52.59%

 GREEN value IS 42 (16.8% from 255) = 31.11%

 BLUE value IS 22 (8.98% from 255) = 16.3%

R = 52.59%
G = 31.11%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#472A16 (or 0x472A16) is known color: Morocco Brown. HEX triplet: 47, 2A and 16. RGB value is (71,42,22). Sum of RGB (Red+Green+Blue) = 71+42+22=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #472A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A16 is #B8D5E9. Grayscale: #303030. Windows color (decimal): -12113386 or 1452615. OLE color: 1452615.

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

Color convert

RGB 71 42 22 -
CMYK 0 0.41 0.69 0.72
HSL 24.49º 0.53% 0.18% -
HSV(B) 24.49º 0.69% 0.28% -
XYZ 3.57 3.05 1.16 -
YUV 48.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 71 42 22 0 0.41 0.69 0.72 24.49 0.53 0.18
Hex 47 2A 16 0 29 45 48 18 35 12
Octal 107 52 26 0 51 105 110 30 65 22
Binary 1000111 101010 10110 0 101001 1000101 1001000 11000 110101 10010

Color Harmonies of #472A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A16

Black with #472A16

Text Example


Text Example

White with #472A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472A16; }

 p { color: rgb(71,42,22); }

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

background-color css

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

 a { background-color: rgb(71,42,22); }

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

border-color css

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

 span { border-color: rgb(71,42,22); }

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