Html Css Color HEX #4C4542 Paco

📋 copy color: '#4C4542'

red 76 ◦ green 69 ◦ blue 66

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

Shades of Paco #4C4542

Tints of Paco #4C4542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 36.02%
G = 32.7%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#4C4542 (or 0x4C4542) is known color: Paco. HEX triplet: 4C, 45 and 42. RGB value is (76,69,66). Sum of RGB (Red+Green+Blue) = 76+69+66=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4542 is #B3BABD. Grayscale: #464646. Windows color (decimal): -11778750 or 4343116. OLE color: 4343116.

HSL color Cylindrical-coordinate representation of color #4C4542: hue angle of 18º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4C4542 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 69 66 -
CMYK 0 0.09 0.13 0.70
HSL 18º 0.07% 0.28% -
HSV(B) 18º 0.13% 0.3% -
XYZ 6.09 6.19 6.03 -
YUV 70.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 76 69 66 0 0.09 0.13 0.70 18 0.07 0.28
Hex 4C 45 42 0 9 D 46 12 7 1C
Octal 114 105 102 0 11 15 106 22 7 34
Binary 1001100 1000101 1000010 0 1001 1101 1000110 10010 111 11100

Color Harmonies of #4C4542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4542

Black with #4C4542

Text Example


Text Example

White with #4C4542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,69,66); }

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

background-color css

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

 a { background-color: rgb(76,69,66); }

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

border-color css

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

 span { border-color: rgb(76,69,66); }

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