Html Css Color HEX #4F4641 Paco

📋 copy color: '#4F4641'

red 79 ◦ green 70 ◦ blue 65

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

Shades of Paco #4F4641

Tints of Paco #4F4641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 36.92%
G = 32.71%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#4F4641 (or 0x4F4641) is known color: Paco. HEX triplet: 4F, 46 and 41. RGB value is (79,70,65). Sum of RGB (Red+Green+Blue) = 79+70+65=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4641 is #B0B9BE. Grayscale: #484848. Windows color (decimal): -11581887 or 4277839. OLE color: 4277839.

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

Color convert

RGB 79 70 65 -
CMYK 0 0.11 0.18 0.69
HSL 21.43º 0.1% 0.28% -
HSV(B) 21.43º 0.18% 0.31% -
XYZ 6.37 6.42 5.91 -
YUV 72.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 79 70 65 0 0.11 0.18 0.69 21.43 0.1 0.28
Hex 4F 46 41 0 B 12 45 15 A 1C
Octal 117 106 101 0 13 22 105 25 12 34
Binary 1001111 1000110 1000001 0 1011 10010 1000101 10101 1010 11100

Color Harmonies of #4F4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4641

Black with #4F4641

Text Example


Text Example

White with #4F4641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,70,65); }

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

background-color css

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

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

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

border-color css

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

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

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