Html Css Color HEX #4C413D Paco

📋 copy color: '#4C413D'

red 76 ◦ green 65 ◦ blue 61

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

Shades of Paco #4C413D

Tints of Paco #4C413D

RGB

 RED value IS 76 (30.08% from 255) = 37.62%

 GREEN value IS 65 (25.78% from 255) = 32.18%

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

R = 37.62%
G = 32.18%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C413D (or 0x4C413D) is known color: Paco. HEX triplet: 4C, 41 and 3D. RGB value is (76,65,61). Sum of RGB (Red+Green+Blue) = 76+65+61=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 76 - color contains mainly: red. Hex color #4C413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C413D is #B3BEC2. Grayscale: #434343. Windows color (decimal): -11779779 or 4014412. OLE color: 4014412.

HSL color Cylindrical-coordinate representation of color #4C413D: hue angle of 16º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C413D is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 65 61 -
CMYK 0 0.14 0.20 0.70
HSL 16º 0.11% 0.27% -
HSV(B) 16º 0.2% 0.3% -
XYZ 5.71 5.65 5.21 -
YUV 67.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 76 65 61 0 0.14 0.20 0.70 16 0.11 0.27
Hex 4C 41 3D 0 E 14 46 10 B 1B
Octal 114 101 75 0 16 24 106 20 13 33
Binary 1001100 1000001 111101 0 1110 10100 1000110 10000 1011 11011

Color Harmonies of #4C413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C413D

Black with #4C413D

Text Example


Text Example

White with #4C413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,65,61); }

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

background-color css

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

 a { background-color: rgb(76,65,61); }

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

border-color css

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

 span { border-color: rgb(76,65,61); }

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