Html Css Color HEX #472B18 Morocco Brown

📋 copy color: '#472B18'

red 71 ◦ green 43 ◦ blue 24

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

Shades of Morocco Brown #472B18

Tints of Morocco Brown #472B18

RGB

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

 GREEN value IS 43 (17.19% from 255) = 31.16%

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

R = 51.45%
G = 31.16%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472B18 (or 0x472B18) is known color: Morocco Brown. HEX triplet: 47, 2B and 18. RGB value is (71,43,24). Sum of RGB (Red+Green+Blue) = 71+43+24=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #472B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B18 is #B8D4E7. Grayscale: #313131. Windows color (decimal): -12113128 or 1583943. OLE color: 1583943.

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

Color convert

RGB 71 43 24 -
CMYK 0 0.39 0.66 0.72
HSL 24.26º 0.49% 0.19% -
HSV(B) 24.26º 0.66% 0.28% -
XYZ 3.63 3.13 1.28 -
YUV 49.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 71 43 24 0 0.39 0.66 0.72 24.26 0.49 0.19
Hex 47 2B 18 0 27 42 48 18 31 13
Octal 107 53 30 0 47 102 110 30 61 23
Binary 1000111 101011 11000 0 100111 1000010 1001000 11000 110001 10011

Color Harmonies of #472B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B18

Black with #472B18

Text Example


Text Example

White with #472B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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