#472818

Color #472818 Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #472818

Tints of Morocco Brown #472818

Color information

#472818 (or 0x472818) is unknown color: approx Morocco Brown. HEX triplet: 47, 28 and 18. RGB value is (71,40,24). Sum of RGB (Red+Green+Blue) = 71+40+24=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #472818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472818 is #B8D7E7. Grayscale: #2F2F2F. Windows color (decimal): -12113896 or 1583175. OLE color: 1583175.

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

Color convert

RGB714024-
CMYK00.440.660.72
HSL20.43º49.47%18.63%-
HSV(B)20.43º66.2%27.84%-
XYZ3.522.921.24-
YUV47.44114.77144.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=52.59%
G=29.63%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71402400.440.660.7220.4349.4718.63
Hex47281802C4248143113
Octal1075030054102110246123
Binary1000111101000110000101100100001010010001010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472818; }

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

 H1.HeaderClassName
 {
   color: #472818;
 }
 .AnyTagClassName
 {
   color: #472818;
 }
</style>
background-color css

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

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

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

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

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

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