Html Css Color HEX #472918 Morocco Brown

📋 copy color: '#472918'

red 71 ◦ green 41 ◦ blue 24

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

Shades of Morocco Brown #472918

Tints of Morocco Brown #472918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.15%

 BLUE value IS 24 (9.77% from 255) = 17.65%

R = 52.21%
G = 30.15%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472918 (or 0x472918) is known color: Morocco Brown. HEX triplet: 47, 29 and 18. RGB value is (71,41,24). Sum of RGB (Red+Green+Blue) = 71+41+24=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #472918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472918 is #B8D6E7. Grayscale: #303030. Windows color (decimal): -12113640 or 1583431. OLE color: 1583431.

HSL color Cylindrical-coordinate representation of color #472918: hue angle of 21.7º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472918 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 24 -
CMYK 0 0.42 0.66 0.72
HSL 21.7º 0.49% 0.19% -
HSV(B) 21.7º 0.66% 0.28% -
XYZ 3.56 2.99 1.25 -
YUV 48.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 71 41 24 0 0.42 0.66 0.72 21.7 0.49 0.19
Hex 47 29 18 0 2A 42 48 16 31 13
Octal 107 51 30 0 52 102 110 26 61 23
Binary 1000111 101001 11000 0 101010 1000010 1001000 10110 110001 10011

Color Harmonies of #472918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472918

Black with #472918

Text Example


Text Example

White with #472918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472918; }

 p { color: rgb(71,41,24); }

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

background-color css

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

 a { background-color: rgb(71,41,24); }

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

border-color css

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

 span { border-color: rgb(71,41,24); }

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