Html Css Color HEX #472718 Morocco Brown

📋 copy color: '#472718'

red 71 ◦ green 39 ◦ blue 24

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

Shades of Morocco Brown #472718

Tints of Morocco Brown #472718

RGB

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

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

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

R = 52.99%
G = 29.1%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472718 (or 0x472718) is known color: Morocco Brown. HEX triplet: 47, 27 and 18. RGB value is (71,39,24). Sum of RGB (Red+Green+Blue) = 71+39+24=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #472718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472718 is #B8D8E7. Grayscale: #2E2E2E. Windows color (decimal): -12114152 or 1582919. OLE color: 1582919.

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

Color convert

RGB 71 39 24 -
CMYK 0 0.45 0.66 0.72
HSL 19.15º 0.49% 0.19% -
HSV(B) 19.15º 0.66% 0.28% -
XYZ 3.49 2.86 1.23 -
YUV 46.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 71 39 24 0 0.45 0.66 0.72 19.15 0.49 0.19
Hex 47 27 18 0 2D 42 48 13 31 13
Octal 107 47 30 0 55 102 110 23 61 23
Binary 1000111 100111 11000 0 101101 1000010 1001000 10011 110001 10011

Color Harmonies of #472718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472718

Black with #472718

Text Example


Text Example

White with #472718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472718; }

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

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

background-color css

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

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

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

border-color css

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

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

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