Html Css Color HEX #4F3B31 Paco

📋 copy color: '#4F3B31'

red 79 ◦ green 59 ◦ blue 49

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

Shades of Paco #4F3B31

Tints of Paco #4F3B31

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.55%

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

R = 42.25%
G = 31.55%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#4F3B31 (or 0x4F3B31) is known color: Paco. HEX triplet: 4F, 3B and 31. RGB value is (79,59,49). Sum of RGB (Red+Green+Blue) = 79+59+49=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3B31 is #B0C4CE. Grayscale: #3F3F3F. Windows color (decimal): -11584719 or 3226447. OLE color: 3226447.

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

Color convert

RGB 79 59 49 -
CMYK 0 0.25 0.38 0.69
HSL 20º 0.23% 0.25% -
HSV(B) 20º 0.38% 0.31% -
XYZ 5.34 5.01 3.59 -
YUV 63.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 79 59 49 0 0.25 0.38 0.69 20 0.23 0.25
Hex 4F 3B 31 0 19 26 45 14 17 19
Octal 117 73 61 0 31 46 105 24 27 31
Binary 1001111 111011 110001 0 11001 100110 1000101 10100 10111 11001

Color Harmonies of #4F3B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3B31

Black with #4F3B31

Text Example


Text Example

White with #4F3B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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