Html Css Color HEX #4F423D Paco

📋 copy color: '#4F423D'

red 79 ◦ green 66 ◦ blue 61

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

Shades of Paco #4F423D

Tints of Paco #4F423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 38.35%
G = 32.04%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#4F423D (or 0x4F423D) is known color: Paco. HEX triplet: 4F, 42 and 3D. RGB value is (79,66,61). Sum of RGB (Red+Green+Blue) = 79+66+61=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 79 - color contains mainly: red. Hex color #4F423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F423D is #B0BDC2. Grayscale: #454545. Windows color (decimal): -11582915 or 4014671. OLE color: 4014671.

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

Color convert

RGB 79 66 61 -
CMYK 0 0.16 0.23 0.69
HSL 16.67º 0.13% 0.27% -
HSV(B) 16.67º 0.23% 0.31% -
XYZ 6.01 5.9 5.24 -
YUV 69.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 79 66 61 0 0.16 0.23 0.69 16.67 0.13 0.27
Hex 4F 42 3D 0 10 17 45 11 D 1B
Octal 117 102 75 0 20 27 105 21 15 33
Binary 1001111 1000010 111101 0 10000 10111 1000101 10001 1101 11011

Color Harmonies of #4F423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F423D

Black with #4F423D

Text Example


Text Example

White with #4F423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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