Html Css Color HEX #473230 Espresso

📋 copy color: '#473230'

red 71 ◦ green 50 ◦ blue 48

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

Shades of Espresso #473230

Tints of Espresso #473230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.59%

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 42.01%
G = 29.59%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#473230 (or 0x473230) is known color: 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

RGB 71 50 48 -
CMYK 0 0.30 0.32 0.72
HSL 5.22º 0.19% 0.23% -
HSV(B) 5.22º 0.32% 0.28% -
XYZ 4.27 3.83 3.31 -
YUV 56.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 71 50 48 0 0.30 0.32 0.72 5.22 0.19 0.23
Hex 47 32 30 0 1E 20 48 5 13 17
Octal 107 62 60 0 36 40 110 5 23 27
Binary 1000111 110010 110000 0 11110 100000 1001000 101 10011 10111

Color Harmonies of #473230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473230

Black with #473230

Text Example


Text Example

White with #473230

Text Example


Text Example

HTML Codes & Css Web 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>