Html Css Color HEX #4F302A Espresso

📋 copy color: '#4F302A'

red 79 ◦ green 48 ◦ blue 42

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

Shades of Espresso #4F302A

Tints of Espresso #4F302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.85%

R = 46.75%
G = 28.4%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4F302A (or 0x4F302A) is known color: Espresso. HEX triplet: 4F, 30 and 2A. RGB value is (79,48,42). Sum of RGB (Red+Green+Blue) = 79+48+42=169 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.75% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 79 - color contains mainly: red. Hex color #4F302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F302A is #B0CFD5. Grayscale: #383838. Windows color (decimal): -11587542 or 2764879. OLE color: 2764879.

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

Color convert

RGB 79 48 42 -
CMYK 0 0.39 0.47 0.69
HSL 9.73º 0.31% 0.24% -
HSV(B) 9.73º 0.47% 0.31% -
XYZ 4.7 3.94 2.7 -
YUV 56.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 79 48 42 0 0.39 0.47 0.69 9.73 0.31 0.24
Hex 4F 30 2A 0 27 2F 45 A 1F 18
Octal 117 60 52 0 47 57 105 12 37 30
Binary 1001111 110000 101010 0 100111 101111 1000101 1010 11111 11000

Color Harmonies of #4F302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F302A

Black with #4F302A

Text Example


Text Example

White with #4F302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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