Html Css Color HEX #4C413C Paco

📋 copy color: '#4C413C'

red 76 ◦ green 65 ◦ blue 60

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

Shades of Paco #4C413C

Tints of Paco #4C413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.85%

R = 37.81%
G = 32.34%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4C413C (or 0x4C413C) is known color: Paco. HEX triplet: 4C, 41 and 3C. RGB value is (76,65,60). Sum of RGB (Red+Green+Blue) = 76+65+60=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 76 - color contains mainly: red. Hex color #4C413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C413C is #B3BEC3. Grayscale: #434343. Windows color (decimal): -11779780 or 3948876. OLE color: 3948876.

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

Color convert

RGB 76 65 60 -
CMYK 0 0.14 0.21 0.70
HSL 18.75º 0.12% 0.27% -
HSV(B) 18.75º 0.21% 0.3% -
XYZ 5.69 5.64 5.06 -
YUV 67.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 76 65 60 0 0.14 0.21 0.70 18.75 0.12 0.27
Hex 4C 41 3C 0 E 15 46 13 C 1B
Octal 114 101 74 0 16 25 106 23 14 33
Binary 1001100 1000001 111100 0 1110 10101 1000110 10011 1100 11011

Color Harmonies of #4C413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C413C

Black with #4C413C

Text Example


Text Example

White with #4C413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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