#473230

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

Shades of Espresso #473230

Tints of Espresso #473230

Color information

#473230 (or 0x473230) is unknown color: approx Espresso. HEX triplet: 47, 32 and 30. RGB value is (71,50,48). Sum of RGB (Red+Green+Blue) = 71+50+48=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #473230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473230 is #B8CDCF. Grayscale: #383838. Windows color (decimal): -12111312 or 3158599. OLE color: 3158599.

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

Color convert

RGB715048-
CMYK00.300.320.72
HSL5.22º19.33%23.33%-
HSV(B)5.22º32.39%27.84%-
XYZ4.273.833.31-
YUV56.05123.46138.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=42.01%
G=29.59%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71504800.300.320.725.2219.3323.33
Hex47323001E204851317
Octal10762600364011052327
Binary100011111001011000001111010000010010001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473230; }

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

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

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

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

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

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

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

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