Html Css Color HEX #472D18 Morocco Brown

📋 copy color: '#472D18'

red 71 ◦ green 45 ◦ blue 24

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

Shades of Morocco Brown #472D18

Tints of Morocco Brown #472D18

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.14%

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

R = 50.71%
G = 32.14%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472D18 (or 0x472D18) is known color: Morocco Brown. HEX triplet: 47, 2D and 18. RGB value is (71,45,24). Sum of RGB (Red+Green+Blue) = 71+45+24=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #472D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D18 is #B8D2E7. Grayscale: #323232. Windows color (decimal): -12112616 or 1584455. OLE color: 1584455.

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

Color convert

RGB 71 45 24 -
CMYK 0 0.37 0.66 0.72
HSL 26.81º 0.49% 0.19% -
HSV(B) 26.81º 0.66% 0.28% -
XYZ 3.7 3.28 1.3 -
YUV 50.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 71 45 24 0 0.37 0.66 0.72 26.81 0.49 0.19
Hex 47 2D 18 0 25 42 48 1B 31 13
Octal 107 55 30 0 45 102 110 33 61 23
Binary 1000111 101101 11000 0 100101 1000010 1001000 11011 110001 10011

Color Harmonies of #472D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D18

Black with #472D18

Text Example


Text Example

White with #472D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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