Html Css Color HEX #472C18 Morocco Brown

📋 copy color: '#472C18'

red 71 ◦ green 44 ◦ blue 24

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

Shades of Morocco Brown #472C18

Tints of Morocco Brown #472C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.65%

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

R = 51.08%
G = 31.65%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472C18 (or 0x472C18) is known color: Morocco Brown. HEX triplet: 47, 2C and 18. RGB value is (71,44,24). Sum of RGB (Red+Green+Blue) = 71+44+24=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C18 is #B8D3E7. Grayscale: #313131. Windows color (decimal): -12112872 or 1584199. OLE color: 1584199.

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

Color convert

RGB 71 44 24 -
CMYK 0 0.38 0.66 0.72
HSL 25.53º 0.49% 0.19% -
HSV(B) 25.53º 0.66% 0.28% -
XYZ 3.66 3.21 1.29 -
YUV 49.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 71 44 24 0 0.38 0.66 0.72 25.53 0.49 0.19
Hex 47 2C 18 0 26 42 48 1A 31 13
Octal 107 54 30 0 46 102 110 32 61 23
Binary 1000111 101100 11000 0 100110 1000010 1001000 11010 110001 10011

Color Harmonies of #472C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C18

Black with #472C18

Text Example


Text Example

White with #472C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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