Html Css Color HEX #4F302B Espresso

📋 copy color: '#4F302B'

red 79 ◦ green 48 ◦ blue 43

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

Shades of Espresso #4F302B

Tints of Espresso #4F302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.24%

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

R = 46.47%
G = 28.24%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4F302B (or 0x4F302B) is known color: Espresso. HEX triplet: 4F, 30 and 2B. RGB value is (79,48,43). Sum of RGB (Red+Green+Blue) = 79+48+43=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 79 - color contains mainly: red. Hex color #4F302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F302B is #B0CFD4. Grayscale: #383838. Windows color (decimal): -11587541 or 2830415. OLE color: 2830415.

HSL color Cylindrical-coordinate representation of color #4F302B: hue angle of 8.33º 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 #4F302B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 48 43 -
CMYK 0 0.39 0.46 0.69
HSL 8.33º 0.3% 0.24% -
HSV(B) 8.33º 0.46% 0.31% -
XYZ 4.72 3.95 2.8 -
YUV 56.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 79 48 43 0 0.39 0.46 0.69 8.33 0.3 0.24
Hex 4F 30 2B 0 27 2E 45 8 1E 18
Octal 117 60 53 0 47 56 105 10 36 30
Binary 1001111 110000 101011 0 100111 101110 1000101 1000 11110 11000

Color Harmonies of #4F302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F302B

Black with #4F302B

Text Example


Text Example

White with #4F302B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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