Html Css Color HEX #472A17 Morocco Brown

📋 copy color: '#472A17'

red 71 ◦ green 42 ◦ blue 23

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

Shades of Morocco Brown #472A17

Tints of Morocco Brown #472A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.91%

R = 52.21%
G = 30.88%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#472A17 (or 0x472A17) is known color: Morocco Brown. HEX triplet: 47, 2A and 17. RGB value is (71,42,23). Sum of RGB (Red+Green+Blue) = 71+42+23=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #472A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A17 is #B8D5E8. Grayscale: #303030. Windows color (decimal): -12113385 or 1518151. OLE color: 1518151.

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

Color convert

RGB 71 42 23 -
CMYK 0 0.41 0.68 0.72
HSL 23.75º 0.51% 0.18% -
HSV(B) 23.75º 0.68% 0.28% -
XYZ 3.58 3.06 1.21 -
YUV 48.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 71 42 23 0 0.41 0.68 0.72 23.75 0.51 0.18
Hex 47 2A 17 0 29 44 48 18 33 12
Octal 107 52 27 0 51 104 110 30 63 22
Binary 1000111 101010 10111 0 101001 1000100 1001000 11000 110011 10010

Color Harmonies of #472A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A17

Black with #472A17

Text Example


Text Example

White with #472A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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