Html Css Color HEX #4F3530 Espresso

📋 copy color: '#4F3530'

red 79 ◦ green 53 ◦ blue 48

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

Shades of Espresso #4F3530

Tints of Espresso #4F3530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.44%

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

R = 43.89%
G = 29.44%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#4F3530 (or 0x4F3530) is known color: Espresso. HEX triplet: 4F, 35 and 30. RGB value is (79,53,48). Sum of RGB (Red+Green+Blue) = 79+53+48=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3530 is #B0CACF. Grayscale: #3C3C3C. Windows color (decimal): -11586256 or 3159375. OLE color: 3159375.

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

Color convert

RGB 79 53 48 -
CMYK 0 0.33 0.39 0.69
HSL 9.68º 0.24% 0.25% -
HSV(B) 9.68º 0.39% 0.31% -
XYZ 5.03 4.42 3.38 -
YUV 60.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 79 53 48 0 0.33 0.39 0.69 9.68 0.24 0.25
Hex 4F 35 30 0 21 27 45 A 18 19
Octal 117 65 60 0 41 47 105 12 30 31
Binary 1001111 110101 110000 0 100001 100111 1000101 1010 11000 11001

Color Harmonies of #4F3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3530

Black with #4F3530

Text Example


Text Example

White with #4F3530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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