Html Css Color HEX #4F2B2B Espresso

📋 copy color: '#4F2B2B'

red 79 ◦ green 43 ◦ blue 43

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

Shades of Espresso #4F2B2B

Tints of Espresso #4F2B2B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.06%

 BLUE value IS 43 (17.19% from 255) = 26.06%

R = 47.88%
G = 26.06%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4F2B2B (or 0x4F2B2B) is known color: Espresso. HEX triplet: 4F, 2B and 2B. RGB value is (79,43,43). Sum of RGB (Red+Green+Blue) = 79+43+43=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2B2B is #B0D4D4. Grayscale: #353535. Windows color (decimal): -11588821 or 2829135. OLE color: 2829135.

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

Color convert

RGB 79 43 43 -
CMYK 0 0.46 0.46 0.69
HSL 0.3% 0.24% -
HSV(B) 0.46% 0.31% -
XYZ 4.52 3.56 2.74 -
YUV 53.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 79 43 43 0 0.46 0.46 0.69 0 0.3 0.24
Hex 4F 2B 2B 0 2E 2E 45 0 1E 18
Octal 117 53 53 0 56 56 105 0 36 30
Binary 1001111 101011 101011 0 101110 101110 1000101 0 11110 11000

Color Harmonies of #4F2B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2B2B

Black with #4F2B2B

Text Example


Text Example

White with #4F2B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,43,43); }

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

background-color css

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

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

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

border-color css

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

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

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