#473023

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

Shades of Morocco Brown #473023

Tints of Morocco Brown #473023

Color information

#473023 (or 0x473023) is unknown color: approx Morocco Brown. HEX triplet: 47, 30 and 23. RGB value is (71,48,35). Sum of RGB (Red+Green+Blue) = 71+48+35=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #473023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473023 is #B8CFDC. Grayscale: #353535. Windows color (decimal): -12111837 or 2306119. OLE color: 2306119.

HSL color Cylindrical-coordinate representation of color #473023: hue angle of 21.67º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #473023 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB714835-
CMYK00.320.510.72
HSL21.67º33.96%20.78%-
HSV(B)21.67º50.7%27.84%-
XYZ3.963.572.07-
YUV53.4117.62140.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=46.10%
G=31.17%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71483500.320.510.7221.6733.9620.78
Hex4730230203348162215
Octal107604304063110264225
Binary1000111110000100011010000011001110010001011010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473023; }

 p { color: rgb(71,48,35); }

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

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

 a { background-color: rgb(71,48,35); }

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

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

 span { border-color: rgb(71,48,35); }

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