#4F423A

Color #4F423A Paco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paco #4F423A

Tints of Paco #4F423A

Color information

#4F423A (or 0x4F423A) is unknown color: approx Paco. HEX triplet: 4F, 42 and 3A. RGB value is (79,66,58). Sum of RGB (Red+Green+Blue) = 79+66+58=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 79 - color contains mainly: red. Hex color #4F423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F423A is #B0BDC5. Grayscale: #454545. Windows color (decimal): -11582918 or 3818063. OLE color: 3818063.

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

Color convert

RGB796658-
CMYK00.160.270.69
HSL22.86º15.33%26.86%-
HSV(B)22.86º26.58%30.98%-
XYZ5.945.864.82-
YUV68.97121.81135.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.92%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 58 (23.05% from 255) = 28.57%
R=38.92%
G=32.51%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79665800.160.270.6922.8615.3326.86
Hex4F423A0101B4517f1b
Octal1171027202033105271733
Binary1001111100001011101001000011011100010110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,66,58); }

 H1.HeaderClassName
 {
   color: #4F423A;
 }
 .AnyTagClassName
 {
   color: #4F423A;
 }
</style>
background-color css

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

 a { background-color: rgb(79,66,58); }

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

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

 span { border-color: rgb(79,66,58); }

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