Html Css Color HEX #4F3231 Espresso

📋 copy color: '#4F3231'

red 79 ◦ green 50 ◦ blue 49

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

Shades of Espresso #4F3231

Tints of Espresso #4F3231

RGB

 RED value IS 79 (31.25% from 255) = 44.38%

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

 BLUE value IS 49 (19.53% from 255) = 27.53%

R = 44.38%
G = 28.09%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#4F3231 (or 0x4F3231) is known color: Espresso. HEX triplet: 4F, 32 and 31. RGB value is (79,50,49). Sum of RGB (Red+Green+Blue) = 79+50+49=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3231 is #B0CDCE. Grayscale: #3A3A3A. Windows color (decimal): -11587023 or 3224143. OLE color: 3224143.

HSL color Cylindrical-coordinate representation of color #4F3231: hue angle of 2º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F3231 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 50 49 -
CMYK 0 0.37 0.38 0.69
HSL 0.23% 0.25% -
HSV(B) 0.38% 0.31% -
XYZ 4.92 4.17 3.45 -
YUV 58.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 79 50 49 0 0.37 0.38 0.69 2 0.23 0.25
Hex 4F 32 31 0 25 26 45 2 17 19
Octal 117 62 61 0 45 46 105 2 27 31
Binary 1001111 110010 110001 0 100101 100110 1000101 10 10111 11001

Color Harmonies of #4F3231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3231

Black with #4F3231

Text Example


Text Example

White with #4F3231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F3231; }

 p { color: rgb(79,50,49); }

 H1.HeaderClassName
 {
   color: #4F3231;
 }
 .AnyTagClassName
 {
   color: #4F3231;
 }
</style>

background-color css

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

 a { background-color: rgb(79,50,49); }

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

border-color css

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

 span { border-color: rgb(79,50,49); }

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